#24248F

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

Shades of Ultramarine #24248F

Tints of Ultramarine #24248F

Color information

#24248F (or 0x24248F) is unknown color: approx Ultramarine. HEX triplet: 24, 24 and 8F. RGB value is (36,36,143). Sum of RGB (Red+Green+Blue) = 36+36+143=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #24248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24248F is #DBDB70. Grayscale: #2F2F2F. Windows color (decimal): -14408561 or 9380900. OLE color: 9380900.

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

Color convert

RGB3636143-
CMYK0.750.7500.44
HSL240º59.78%35.1%-
HSV(B)240º74.83%56.08%-
XYZ6.323.6226.35-
YUV48.2181.5119.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.74%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 143 (56.25% from 255) = 66.51%
R=16.74%
G=16.74%
B=66.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36361430.750.7500.4424059.7835.1
Hex24248F4B4B02Cf03c23
Octal44442171131130543607443
Binary1001001001001000111110010111001011010110011110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24248F; }

 p { color: rgb(36,36,143); }

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

<style>
 a { background-color: #24248F; }

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

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

<style>
 span { border-color: #24248F; }

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

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