Html Css Color HEX #24229D Ultramarine

📋 copy color: '#24229D'

red 36 ◦ green 34 ◦ blue 157

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

Shades of Ultramarine #24229D

Tints of Ultramarine #24229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.16%

R = 15.86%
G = 14.98%
B = 69.16%

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

#24229D (or 0x24229D) is known color: Ultramarine. HEX triplet: 24, 22 and 9D. RGB value is (36,34,157). Sum of RGB (Red+Green+Blue) = 36+34+157=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #24229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24229D is #DBDD62. Grayscale: #303030. Windows color (decimal): -14409059 or 10297892. OLE color: 10297892.

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

Color convert

RGB 36 34 157 -
CMYK 0.77 0.78 0 0.38
HSL 240.98º 0.64% 0.37% -
HSV(B) 240.98º 0.78% 0.62% -
XYZ 7.39 3.95 32.27 -
YUV 48.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 36 34 157 0.77 0.78 0 0.38 240.98 0.64 0.37
Hex 24 22 9D 4D 4E 0 26 F1 40 25
Octal 44 42 235 115 116 0 46 361 100 45
Binary 100100 100010 10011101 1001101 1001110 0 100110 11110001 1000000 100101

Color Harmonies of #24229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24229D

Black with #24229D

Text Example


Text Example

White with #24229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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