#252DEC

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

Shades of Persian Blue #252DEC

Tints of Persian Blue #252DEC

Color information

#252DEC (or 0x252DEC) is unknown color: approx Persian Blue. HEX triplet: 25, 2D and EC. RGB value is (37,45,236). Sum of RGB (Red+Green+Blue) = 37+45+236=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #252DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252DEC is #DAD213. Grayscale: #3F3F3F. Windows color (decimal): -14340628 or 15478053. OLE color: 15478053.

HSL color Cylindrical-coordinate representation of color #252DEC: hue angle of 237.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252DEC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3745236-
CMYK0.840.8100.07
HSL237.59º83.97%53.53%-
HSV(B)237.59º84.32%92.55%-
XYZ16.848.3380.08-
YUV64.38224.85108.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.64%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 236 (92.58% from 255) = 74.21%
R=11.64%
G=14.15%
B=74.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal37452360.840.8100.07237.5983.9753.53
Hex252DEC545107ee5436
Octal45553541241210735612466
Binary10010110110111101100101010010100010111111011101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252DEC; }

 p { color: rgb(37,45,236); }

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

<style>
 a { background-color: #252DEC; }

 a { background-color: rgb(37,45,236); }

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

<style>
 span { border-color: #252DEC; }

 span { border-color: rgb(37,45,236); }

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