#253CEA

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

Shades of Persian Blue #253CEA

Tints of Persian Blue #253CEA

Color information

#253CEA (or 0x253CEA) is unknown color: approx Persian Blue. HEX triplet: 25, 3C and EA. RGB value is (37,60,234). Sum of RGB (Red+Green+Blue) = 37+60+234=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #253CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CEA is #DAC315. Grayscale: #484848. Windows color (decimal): -14336790 or 15350821. OLE color: 15350821.

HSL color Cylindrical-coordinate representation of color #253CEA: hue angle of 232.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253CEA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3760234-
CMYK0.840.7400.08
HSL232.99º82.43%53.14%-
HSV(B)232.99º84.19%91.76%-
XYZ17.239.5778.78-
YUV72.96218.88102.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.18%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 234 (91.80% from 255) = 70.69%
R=11.18%
G=18.13%
B=70.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal37602340.840.7400.08232.9982.4353.14
Hex253CEA544A08e95235
Octal457435212411201035112265
Binary100101111100111010101010100100101001000111010011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,60,234); }

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

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

 a { background-color: rgb(37,60,234); }

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

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

 span { border-color: rgb(37,60,234); }

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