#2C189B

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

Shades of Ultramarine #2C189B

Tints of Ultramarine #2C189B

Color information

#2C189B (or 0x2C189B) is unknown color: approx Ultramarine. HEX triplet: 2C, 18 and 9B. RGB value is (44,24,155). Sum of RGB (Red+Green+Blue) = 44+24+155=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C189B is #D3E764. Grayscale: #2C2C2C. Windows color (decimal): -13887333 or 10164268. OLE color: 10164268.

HSL color Cylindrical-coordinate representation of color #2C189B: hue angle of 249.16º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C189B is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4424155-
CMYK0.720.8500.39
HSL249.16º73.18%35.1%-
HSV(B)249.16º84.52%60.78%-
XYZ7.283.5631.31-
YUV44.91190.13127.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 155 (60.94% from 255) = 69.51%
R=19.73%
G=10.76%
B=69.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44241550.720.8500.39249.1673.1835.1
Hex2C189B4855027f94923
Octal543023311012504737111143
Binary1011001100010011011100100010101010100111111110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,24,155); }

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

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

 a { background-color: rgb(44,24,155); }

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

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

 span { border-color: rgb(44,24,155); }

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