#2415BF

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

Shades of Persian Blue #2415BF

Tints of Persian Blue #2415BF

Color information

#2415BF (or 0x2415BF) is unknown color: approx Persian Blue. HEX triplet: 24, 15 and BF. RGB value is (36,21,191). Sum of RGB (Red+Green+Blue) = 36+21+191=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #2415BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415BF is #DBEA40. Grayscale: #2C2C2C. Windows color (decimal): -14412353 or 12522788. OLE color: 12522788.

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

Color convert

RGB3621191-
CMYK0.810.8900.25
HSL245.29º80.19%41.57%-
HSV(B)245.29º89.01%74.9%-
XYZ10.44.6749.64-
YUV44.86210.47121.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.52%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 191 (75% from 255) = 77.02%
R=14.52%
G=8.47%
B=77.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36211910.810.8900.25245.2980.1941.57
Hex2415BF5159019f5502a
Octal442527712113103136512052
Binary100100101011011111110100011011001011001111101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2415BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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