Html Css Color HEX #2404AA Ultramarine

📋 copy color: '#2404AA'

red 36 ◦ green 4 ◦ blue 170

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

Shades of Ultramarine #2404AA

Tints of Ultramarine #2404AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 170 (66.8% from 255) = 80.95%

R = 17.14%
G = 1.9%
B = 80.95%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2404AA (or 0x2404AA) is known color: Ultramarine. HEX triplet: 24, 04 and AA. RGB value is (36,4,170). Sum of RGB (Red+Green+Blue) = 36+4+170=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #2404AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2404AA is #DBFB55. Grayscale: #1F1F1F. Windows color (decimal): -14416726 or 11142180. OLE color: 11142180.

HSL color Cylindrical-coordinate representation of color #2404AA: hue angle of 251.57º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404AA is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 4 170 -
CMYK 0.79 0.98 0 0.33
HSL 251.57º 0.95% 0.34% -
HSV(B) 251.57º 0.98% 0.67% -
XYZ 8.03 3.36 38.26 -
YUV 32.49 205.6 130.5 -
System Red Green Blue C M Y K H S L
Decimal 36 4 170 0.79 0.98 0 0.33 251.57 0.95 0.34
Hex 24 4 AA 4F 62 0 21 FC 5F 22
Octal 44 4 252 117 142 0 41 374 137 42
Binary 100100 100 10101010 1001111 1100010 0 100001 11111100 1011111 100010

Color Harmonies of #2404AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2404AA

Black with #2404AA

Text Example


Text Example

White with #2404AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2404AA; }

 p { color: rgb(36,4,170); }

 H1.HeaderClassName
 {
   color: #2404AA;
 }
 .AnyTagClassName
 {
   color: #2404AA;
 }
</style>

background-color css

<style>
 a { background-color: #2404AA; }

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

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

border-color css

<style>
 span { border-color: #2404AA; }

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

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