Html Css Color HEX #24208D Ultramarine

📋 copy color: '#24208D'

red 36 ◦ green 32 ◦ blue 141

#24208D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #24208D

Tints of Ultramarine #24208D

RGB

 RED value IS 36 (14.45% from 255) = 17.22%

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 141 (55.47% from 255) = 67.46%

R = 17.22%
G = 15.31%
B = 67.46%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24208D (or 0x24208D) is known color: Ultramarine. HEX triplet: 24, 20 and 8D. RGB value is (36,32,141). Sum of RGB (Red+Green+Blue) = 36+32+141=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #24208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24208D is #DBDF72. Grayscale: #2D2D2D. Windows color (decimal): -14409587 or 9248804. OLE color: 9248804.

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

Color convert

RGB 36 32 141 -
CMYK 0.74 0.77 0 0.45
HSL 242.2º 0.63% 0.34% -
HSV(B) 242.2º 0.77% 0.55% -
XYZ 6.05 3.33 25.52 -
YUV 45.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 36 32 141 0.74 0.77 0 0.45 242.2 0.63 0.34
Hex 24 20 8D 4A 4D 0 2D F2 3F 22
Octal 44 40 215 112 115 0 55 362 77 42
Binary 100100 100000 10001101 1001010 1001101 0 101101 11110010 111111 100010

Color Harmonies of #24208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24208D

Black with #24208D

Text Example


Text Example

White with #24208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24208D;
 }
 .AnyTagClassName
 {
   color: #24208D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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