#2C1A96

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

Shades of Ultramarine #2C1A96

Tints of Ultramarine #2C1A96

Color information

#2C1A96 (or 0x2C1A96) is unknown color: approx Ultramarine. HEX triplet: 2C, 1A and 96. RGB value is (44,26,150). Sum of RGB (Red+Green+Blue) = 44+26+150=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C1A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1A96 is #D3E569. Grayscale: #2D2D2D. Windows color (decimal): -13886826 or 9837100. OLE color: 9837100.

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

Color convert

RGB4426150-
CMYK0.710.8300.41
HSL248.71º70.45%34.51%-
HSV(B)248.71º82.67%58.82%-
XYZ6.913.4829.16-
YUV45.52186.96126.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 150 (58.98% from 255) = 68.18%
R=20%
G=11.82%
B=68.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal44261500.710.8300.41248.7170.4534.51
Hex2C1A964753029f94623
Octal543222610712305137110643
Binary1011001101010010110100011110100110101001111110011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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