Html Css Color HEX #2417AA Ultramarine

📋 copy color: '#2417AA'

red 36 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #2417AA

Tints of Ultramarine #2417AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

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

R = 15.72%
G = 10.04%
B = 74.24%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2417AA (or 0x2417AA) is known color: Ultramarine. HEX triplet: 24, 17 and AA. RGB value is (36,23,170). Sum of RGB (Red+Green+Blue) = 36+23+170=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2417AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2417AA is #DBE855. Grayscale: #2B2B2B. Windows color (decimal): -14411862 or 11147044. OLE color: 11147044.

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

Color convert

RGB 36 23 170 -
CMYK 0.79 0.86 0 0.33
HSL 245.31º 0.76% 0.38% -
HSV(B) 245.31º 0.86% 0.67% -
XYZ 8.29 3.89 38.34 -
YUV 43.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 36 23 170 0.79 0.86 0 0.33 245.31 0.76 0.38
Hex 24 17 AA 4F 56 0 21 F5 4C 26
Octal 44 27 252 117 126 0 41 365 114 46
Binary 100100 10111 10101010 1001111 1010110 0 100001 11110101 1001100 100110

Color Harmonies of #2417AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2417AA

Black with #2417AA

Text Example


Text Example

White with #2417AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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