#253EE7

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

Shades of Persian Blue #253EE7

Tints of Persian Blue #253EE7

Color information

#253EE7 (or 0x253EE7) is unknown color: approx Persian Blue. HEX triplet: 25, 3E and E7. RGB value is (37,62,231). Sum of RGB (Red+Green+Blue) = 37+62+231=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #253EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253EE7 is #DAC118. Grayscale: #494949. Windows color (decimal): -14336281 or 15154725. OLE color: 15154725.

HSL color Cylindrical-coordinate representation of color #253EE7: hue angle of 232.27º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253EE7 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3762231-
CMYK0.840.7300.09
HSL232.27º80.17%52.55%-
HSV(B)232.27º83.98%90.59%-
XYZ16.919.6176.56-
YUV73.79216.72101.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.21%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 231 (90.62% from 255) = 70%
R=11.21%
G=18.79%
B=70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal37622310.840.7300.09232.2780.1752.55
Hex253EE7544909e85035
Octal457634712411101135012065
Binary100101111110111001111010100100100101001111010001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253EE7; }

 p { color: rgb(37,62,231); }

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

<style>
 a { background-color: #253EE7; }

 a { background-color: rgb(37,62,231); }

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

<style>
 span { border-color: #253EE7; }

 span { border-color: rgb(37,62,231); }

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