#2C049E

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

Shades of Ultramarine #2C049E

Tints of Ultramarine #2C049E

Color information

#2C049E (or 0x2C049E) is unknown color: approx Ultramarine. HEX triplet: 2C, 04 and 9E. RGB value is (44,4,158). Sum of RGB (Red+Green+Blue) = 44+4+158=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C049E is #D3FB61. Grayscale: #202020. Windows color (decimal): -13892450 or 10355756. OLE color: 10355756.

HSL color Cylindrical-coordinate representation of color #2C049E: hue angle of 255.58º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C049E is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB444158-
CMYK0.720.9700.38
HSL255.58º95.06%31.76%-
HSV(B)255.58º97.47%61.96%-
XYZ7.253.0932.56-
YUV33.52198.25135.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 158 (62.11% from 255) = 76.70%
R=21.36%
G=1.94%
B=76.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4441580.720.9700.38255.5895.0631.76
Hex2C49E48610261005f20
Octal54423611014104640013740
Binary101100100100111101001000110000101001101000000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,4,158); }

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

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

 a { background-color: rgb(44,4,158); }

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

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

 span { border-color: rgb(44,4,158); }

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