#2C2496

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

Shades of Ultramarine #2C2496

Tints of Ultramarine #2C2496

Color information

#2C2496 (or 0x2C2496) is unknown color: approx Ultramarine. HEX triplet: 2C, 24 and 96. RGB value is (44,36,150). Sum of RGB (Red+Green+Blue) = 44+36+150=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C2496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2496 is #D3DB69. Grayscale: #323232. Windows color (decimal): -13884266 or 9839660. OLE color: 9839660.

HSL color Cylindrical-coordinate representation of color #2C2496: hue angle of 244.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C2496 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4436150-
CMYK0.710.7600.41
HSL244.21º61.29%36.47%-
HSV(B)244.21º76%58.82%-
XYZ7.17429.25-
YUV51.39183.65122.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.13%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 150 (58.98% from 255) = 65.22%
R=19.13%
G=15.65%
B=65.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal44361500.710.7600.41244.2161.2936.47
Hex2C2496474C029f43d24
Octal54442261071140513647544
Binary1011001001001001011010001111001100010100111110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,150); }

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

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

 a { background-color: rgb(44,36,150); }

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

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

 span { border-color: rgb(44,36,150); }

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