#2c039c

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

Shades of Ultramarine #2C039C

Tints of Ultramarine #2C039C

Color information

#2C039C (or 0x2C039C) is unknown color: approx Ultramarine. HEX triplet: 2C, 03 and 9C. RGB value is (44,3,156). Sum of RGB (Red+Green+Blue) = 44+3+156=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C039C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C039C is #D3FC63. Grayscale: #202020. Windows color (decimal): -13892708 or 10224428. OLE color: 10224428.

HSL color Cylindrical-coordinate representation of color #2C039C: hue angle of 256.08º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C039C is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB443156-
CMYK0.720.9800.39
HSL256.08º96.23%31.18%-
HSV(B)256.08º98.08%61.18%-
XYZ7.07331.66-
YUV32.7197.58136.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=21.67%
G=1.48%
B=76.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4431560.720.9800.39256.0896.2331.18
Hex2C39C4862027100601f
Octal54323411014204740014037
Binary1011001110011100100100011000100100111100000000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c039c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,3,156); }

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

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

 a { background-color: rgb(44,3,156); }

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

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

 span { border-color: rgb(44,3,156); }

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