Html Css Color HEX #2415BB Persian Blue

📋 copy color: '#2415BB'

red 36 ◦ green 21 ◦ blue 187

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

Shades of Persian Blue #2415BB

Tints of Persian Blue #2415BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

 BLUE value IS 187 (73.44% from 255) = 76.64%

R = 14.75%
G = 8.61%
B = 76.64%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2415BB (or 0x2415BB) is known color: Persian Blue. HEX triplet: 24, 15 and BB. RGB value is (36,21,187). Sum of RGB (Red+Green+Blue) = 36+21+187=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #2415BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415BB is #DBEA44. Grayscale: #2B2B2B. Windows color (decimal): -14412357 or 12260644. OLE color: 12260644.

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

Color convert

RGB 36 21 187 -
CMYK 0.81 0.89 0 0.27
HSL 245.42º 0.8% 0.41% -
HSV(B) 245.42º 0.89% 0.73% -
XYZ 9.97 4.5 47.36 -
YUV 44.41 208.47 122 -
System Red Green Blue C M Y K H S L
Decimal 36 21 187 0.81 0.89 0 0.27 245.42 0.8 0.41
Hex 24 15 BB 51 59 0 1B F5 50 29
Octal 44 25 273 121 131 0 33 365 120 51
Binary 100100 10101 10111011 1010001 1011001 0 11011 11110101 1010000 101001

Color Harmonies of #2415BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2415BB

Black with #2415BB

Text Example


Text Example

White with #2415BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2415BB; }

 p { color: rgb(36,21,187); }

 H1.HeaderClassName
 {
   color: #2415BB;
 }
 .AnyTagClassName
 {
   color: #2415BB;
 }
</style>

background-color css

<style>
 a { background-color: #2415BB; }

 a { background-color: rgb(36,21,187); }

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

border-color css

<style>
 span { border-color: #2415BB; }

 span { border-color: rgb(36,21,187); }

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