Html Css Color HEX #2417BA Persian Blue

📋 copy color: '#2417BA'

red 36 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #2417BA

Tints of Persian Blue #2417BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 14.69%
G = 9.39%
B = 75.92%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2417BA (or 0x2417BA) is known color: Persian Blue. HEX triplet: 24, 17 and BA. RGB value is (36,23,186). Sum of RGB (Red+Green+Blue) = 36+23+186=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #2417BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2417BA is #DBE845. Grayscale: #2C2C2C. Windows color (decimal): -14411846 or 12195620. OLE color: 12195620.

HSL color Cylindrical-coordinate representation of color #2417BA: hue angle of 244.79º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2417BA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 23 186 -
CMYK 0.81 0.88 0 0.27
HSL 244.79º 0.78% 0.41% -
HSV(B) 244.79º 0.88% 0.73% -
XYZ 9.9 4.53 46.81 -
YUV 45.47 207.31 121.25 -
System Red Green Blue C M Y K H S L
Decimal 36 23 186 0.81 0.88 0 0.27 244.79 0.78 0.41
Hex 24 17 BA 51 58 0 1B F5 4E 29
Octal 44 27 272 121 130 0 33 365 116 51
Binary 100100 10111 10111010 1010001 1011000 0 11011 11110101 1001110 101001

Color Harmonies of #2417BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2417BA

Black with #2417BA

Text Example


Text Example

White with #2417BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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