#2415B9

Color #2415B9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2415B9

Tints of Persian Blue #2415B9

Color information

#2415B9 (or 0x2415B9) is unknown color: approx Persian Blue. HEX triplet: 24, 15 and B9. RGB value is (36,21,185). Sum of RGB (Red+Green+Blue) = 36+21+185=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 185 (72.66% from 255 or 76.45% from 242); Max value from RGB is 185 - color contains mainly: blue. Hex color #2415B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415B9 is #DBEA46. Grayscale: #2B2B2B. Windows color (decimal): -14412359 or 12129572. OLE color: 12129572.

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

Color convert

RGB3621185-
CMYK0.810.8900.27
HSL245.49º79.61%40.39%-
HSV(B)245.49º88.65%72.55%-
XYZ9.754.4146.24-
YUV44.18207.47122.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 185 (72.66% from 255) = 76.45%
R=14.88%
G=8.68%
B=76.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal36211850.810.8900.27245.4979.6140.39
Hex2415B9515901Bf55028
Octal442527112113103336512050
Binary100100101011011100110100011011001011011111101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2415B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2415B9;
 }
 .AnyTagClassName
 {
   color: #2415B9;
 }
</style>
background-color css

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

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

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

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

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

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