#2C1E96

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

Shades of Ultramarine #2C1E96

Tints of Ultramarine #2C1E96

Color information

#2C1E96 (or 0x2C1E96) is unknown color: approx Ultramarine. HEX triplet: 2C, 1E and 96. RGB value is (44,30,150). Sum of RGB (Red+Green+Blue) = 44+30+150=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C1E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1E96 is #D3E169. Grayscale: #2F2F2F. Windows color (decimal): -13885802 or 9838124. OLE color: 9838124.

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

Color convert

RGB4430150-
CMYK0.710.8000.41
HSL247º66.67%35.29%-
HSV(B)247º80%58.82%-
XYZ7.013.6729.19-
YUV47.87185.64125.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.64%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=19.64%
G=13.39%
B=66.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal44301500.710.8000.4124766.6735.29
Hex2C1E964750029f74323
Octal543622610712005136710343
Binary1011001111010010110100011110100000101001111101111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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