#2C169C

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

Shades of Ultramarine #2C169C

Tints of Ultramarine #2C169C

Color information

#2C169C (or 0x2C169C) is unknown color: approx Ultramarine. HEX triplet: 2C, 16 and 9C. RGB value is (44,22,156). Sum of RGB (Red+Green+Blue) = 44+22+156=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C169C is #D3E963. Grayscale: #2B2B2B. Windows color (decimal): -13887844 or 10229292. OLE color: 10229292.

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

Color convert

RGB4422156-
CMYK0.720.8600.39
HSL249.85º75.28%34.9%-
HSV(B)249.85º85.9%61.18%-
XYZ7.333.5131.74-
YUV43.85191.29128.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 156 (61.33% from 255) = 70.27%
R=19.82%
G=9.91%
B=70.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44221560.720.8600.39249.8575.2834.9
Hex2C169C4856027fa4b23
Octal542623411012604737211343
Binary1011001011010011100100100010101100100111111110101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,22,156); }

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

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

 a { background-color: rgb(44,22,156); }

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

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

 span { border-color: rgb(44,22,156); }

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