#2C11B4

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

Shades of Ultramarine #2C11B4

Tints of Ultramarine #2C11B4

Color information

#2C11B4 (or 0x2C11B4) is unknown color: approx Ultramarine. HEX triplet: 2C, 11 and B4. RGB value is (44,17,180). Sum of RGB (Red+Green+Blue) = 44+17+180=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #2C11B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C11B4 is #D3EE4B. Grayscale: #2B2B2B. Windows color (decimal): -13889100 or 11800876. OLE color: 11800876.

HSL color Cylindrical-coordinate representation of color #2C11B4: hue angle of 249.94º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C11B4 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4417180-
CMYK0.760.9100.29
HSL249.94º82.74%38.63%-
HSV(B)249.94º90.56%70.59%-
XYZ9.484.2343.5-
YUV43.66204.95128.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 180 (70.70% from 255) = 74.69%
R=18.26%
G=7.05%
B=74.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44171800.760.9100.29249.9482.7438.63
Hex2C11B44C5B01Dfa5327
Octal542126411413303537212347
Binary101100100011011010010011001011011011101111110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C11B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,17,180); }

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

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

 a { background-color: rgb(44,17,180); }

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

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

 span { border-color: rgb(44,17,180); }

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