Html Css Color HEX #24229C Ultramarine

📋 copy color: '#24229C'

red 36 ◦ green 34 ◦ blue 156

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

Shades of Ultramarine #24229C

Tints of Ultramarine #24229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 156 (61.33% from 255) = 69.03%

R = 15.93%
G = 15.04%
B = 69.03%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24229C (or 0x24229C) is known color: Ultramarine. HEX triplet: 24, 22 and 9C. RGB value is (36,34,156). Sum of RGB (Red+Green+Blue) = 36+34+156=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #24229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24229C is #DBDD63. Grayscale: #303030. Windows color (decimal): -14409060 or 10232356. OLE color: 10232356.

HSL color Cylindrical-coordinate representation of color #24229C: hue angle of 240.98º degrees, saturation: 0.64, 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 #24229C is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 34 156 -
CMYK 0.77 0.78 0 0.39
HSL 240.98º 0.64% 0.37% -
HSV(B) 240.98º 0.78% 0.61% -
XYZ 7.3 3.92 31.82 -
YUV 48.51 188.66 119.08 -
System Red Green Blue C M Y K H S L
Decimal 36 34 156 0.77 0.78 0 0.39 240.98 0.64 0.37
Hex 24 22 9C 4D 4E 0 27 F1 40 25
Octal 44 42 234 115 116 0 47 361 100 45
Binary 100100 100010 10011100 1001101 1001110 0 100111 11110001 1000000 100101

Color Harmonies of #24229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24229C

Black with #24229C

Text Example


Text Example

White with #24229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24229C; }

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

 H1.HeaderClassName
 {
   color: #24229C;
 }
 .AnyTagClassName
 {
   color: #24229C;
 }
</style>

background-color css

<style>
 a { background-color: #24229C; }

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

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

border-color css

<style>
 span { border-color: #24229C; }

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

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