Html Css Color HEX #24229E Ultramarine

📋 copy color: '#24229E'

red 36 ◦ green 34 ◦ blue 158

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

Shades of Ultramarine #24229E

Tints of Ultramarine #24229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69.3%

R = 15.79%
G = 14.91%
B = 69.3%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24229E (or 0x24229E) is known color: Ultramarine. HEX triplet: 24, 22 and 9E. RGB value is (36,34,158). Sum of RGB (Red+Green+Blue) = 36+34+158=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #24229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24229E is #DBDD61. Grayscale: #303030. Windows color (decimal): -14409058 or 10363428. OLE color: 10363428.

HSL color Cylindrical-coordinate representation of color #24229E: hue angle of 240.97º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24229E is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 34 158 -
CMYK 0.77 0.78 0 0.38
HSL 240.97º 0.65% 0.38% -
HSV(B) 240.97º 0.78% 0.62% -
XYZ 7.47 3.99 32.72 -
YUV 48.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 36 34 158 0.77 0.78 0 0.38 240.97 0.65 0.38
Hex 24 22 9E 4D 4E 0 26 F1 41 26
Octal 44 42 236 115 116 0 46 361 101 46
Binary 100100 100010 10011110 1001101 1001110 0 100110 11110001 1000001 100110

Color Harmonies of #24229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24229E

Black with #24229E

Text Example


Text Example

White with #24229E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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