#2C239C

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

Shades of Ultramarine #2C239C

Tints of Ultramarine #2C239C

Color information

#2C239C (or 0x2C239C) is unknown color: approx Ultramarine. HEX triplet: 2C, 23 and 9C. RGB value is (44,35,156). Sum of RGB (Red+Green+Blue) = 44+35+156=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C239C is #D3DC63. Grayscale: #333333. Windows color (decimal): -13884516 or 10232620. OLE color: 10232620.

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

Color convert

RGB4435156-
CMYK0.720.7800.39
HSL244.46º63.35%37.45%-
HSV(B)244.46º77.56%61.18%-
XYZ7.644.1431.85-
YUV51.48186.98122.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=18.72%
G=14.89%
B=66.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44351560.720.7800.39244.4663.3537.45
Hex2C239C484E027f43f25
Octal54432341101160473647745
Binary1011001000111001110010010001001110010011111110100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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