#253EAA

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

Shades of Persian Blue #253EAA

Tints of Persian Blue #253EAA

Color information

#253EAA (or 0x253EAA) is unknown color: approx Persian Blue. HEX triplet: 25, 3E and AA. RGB value is (37,62,170). Sum of RGB (Red+Green+Blue) = 37+62+170=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #253EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253EAA is #DAC155. Grayscale: #424242. Windows color (decimal): -14336342 or 11157029. OLE color: 11157029.

HSL color Cylindrical-coordinate representation of color #253EAA: hue angle of 228.72º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253EAA is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3762170-
CMYK0.780.6400.33
HSL228.72º64.25%40.59%-
HSV(B)228.72º78.24%66.67%-
XYZ9.746.7438.82-
YUV66.84186.22106.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 170 (66.80% from 255) = 63.20%
R=13.75%
G=23.05%
B=63.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37621700.780.6400.33228.7264.2540.59
Hex253EAA4E40021e54029
Octal457625211610004134510051
Binary10010111111010101010100111010000000100001111001011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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