#24228E

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

Shades of Ultramarine #24228E

Tints of Ultramarine #24228E

Color information

#24228E (or 0x24228E) is unknown color: approx Ultramarine. HEX triplet: 24, 22 and 8E. RGB value is (36,34,142). Sum of RGB (Red+Green+Blue) = 36+34+142=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #24228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24228E is #DBDD71. Grayscale: #2E2E2E. Windows color (decimal): -14409074 or 9314852. OLE color: 9314852.

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

Color convert

RGB3634142-
CMYK0.750.7600.44
HSL241.11º61.36%34.51%-
HSV(B)241.11º76.06%55.69%-
XYZ6.183.4725.94-
YUV46.91181.66120.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 142 (55.86% from 255) = 66.98%
R=16.98%
G=16.04%
B=66.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36341420.750.7600.44241.1161.3634.51
Hex24228E4B4C02Cf13d23
Octal44422161131140543617543
Binary1001001000101000111010010111001100010110011110001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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