#24208E

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

Shades of Ultramarine #24208E

Tints of Ultramarine #24208E

Color information

#24208E (or 0x24208E) is unknown color: approx Ultramarine. HEX triplet: 24, 20 and 8E. RGB value is (36,32,142). Sum of RGB (Red+Green+Blue) = 36+32+142=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #24208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24208E is #DBDF71. Grayscale: #2D2D2D. Windows color (decimal): -14409586 or 9314340. OLE color: 9314340.

HSL color Cylindrical-coordinate representation of color #24208E: hue angle of 242.18º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24208E is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3632142-
CMYK0.750.7700.44
HSL242.18º63.22%34.12%-
HSV(B)242.18º77.46%55.69%-
XYZ6.133.3625.92-
YUV45.74182.33121.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 142 (55.86% from 255) = 67.62%
R=17.14%
G=15.24%
B=67.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36321420.750.7700.44242.1863.2234.12
Hex24208E4B4D02Cf23f22
Octal44402161131150543627742
Binary1001001000001000111010010111001101010110011110010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24208E; }

 p { color: rgb(36,32,142); }

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

<style>
 a { background-color: #24208E; }

 a { background-color: rgb(36,32,142); }

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

<style>
 span { border-color: #24208E; }

 span { border-color: rgb(36,32,142); }

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