#2C209F

Color #2C209F Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2C209F

Tints of Ultramarine #2C209F

Color information

#2C209F (or 0x2C209F) is unknown color: approx Ultramarine. HEX triplet: 2C, 20 and 9F. RGB value is (44,32,159). Sum of RGB (Red+Green+Blue) = 44+32+159=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C209F is #D3DF60. Grayscale: #313131. Windows color (decimal): -13885281 or 10428460. OLE color: 10428460.

HSL color Cylindrical-coordinate representation of color #2C209F: hue angle of 245.67º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C209F is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4432159-
CMYK0.720.8000.38
HSL245.67º66.49%37.45%-
HSV(B)245.67º79.87%62.35%-
XYZ7.814.0733.18-
YUV50.07189.48123.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=18.72%
G=13.62%
B=67.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44321590.720.8000.38245.6766.4937.45
Hex2C209F4850026f64225
Octal544023711012004636610245
Binary10110010000010011111100100010100000100110111101101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C209F; }

 p { color: rgb(44,32,159); }

 H1.HeaderClassName
 {
   color: #2C209F;
 }
 .AnyTagClassName
 {
   color: #2C209F;
 }
</style>
background-color css

<style>
 a { background-color: #2C209F; }

 a { background-color: rgb(44,32,159); }

 div.DivClassName
 {
   background-color: #2C209F;
 }
 .BgClassName
 {
   background-color: #2C209F;
 }
</style>
border-color css

<style>
 span { border-color: #2C209F; }

 span { border-color: rgb(44,32,159); }

 td.TdClassName
 {
   border-color: #2C209F;
 }
 .TagClassName
 {
   border-color: #2C209F;
 }
</style>