Html Css Color HEX #2415BC Persian Blue

📋 copy color: '#2415BC'

red 36 ◦ green 21 ◦ blue 188

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

Shades of Persian Blue #2415BC

Tints of Persian Blue #2415BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 76.73%

R = 14.69%
G = 8.57%
B = 76.73%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2415BC (or 0x2415BC) is known color: Persian Blue. HEX triplet: 24, 15 and BC. RGB value is (36,21,188). Sum of RGB (Red+Green+Blue) = 36+21+188=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #2415BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415BC is #DBEA43. Grayscale: #2B2B2B. Windows color (decimal): -14412356 or 12326180. OLE color: 12326180.

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

Color convert

RGB 36 21 188 -
CMYK 0.81 0.89 0 0.26
HSL 245.39º 0.8% 0.41% -
HSV(B) 245.39º 0.89% 0.74% -
XYZ 10.07 4.54 47.92 -
YUV 44.52 208.97 121.92 -
System Red Green Blue C M Y K H S L
Decimal 36 21 188 0.81 0.89 0 0.26 245.39 0.8 0.41
Hex 24 15 BC 51 59 0 1A F5 50 29
Octal 44 25 274 121 131 0 32 365 120 51
Binary 100100 10101 10111100 1010001 1011001 0 11010 11110101 1010000 101001

Color Harmonies of #2415BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2415BC

Black with #2415BC

Text Example


Text Example

White with #2415BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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