#253AE9

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

Shades of Persian Blue #253AE9

Tints of Persian Blue #253AE9

Color information

#253AE9 (or 0x253AE9) is unknown color: approx Persian Blue. HEX triplet: 25, 3A and E9. RGB value is (37,58,233). Sum of RGB (Red+Green+Blue) = 37+58+233=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #253AE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253AE9 is #DAC516. Grayscale: #464646. Windows color (decimal): -14337303 or 15284773. OLE color: 15284773.

HSL color Cylindrical-coordinate representation of color #253AE9: hue angle of 233.57º degrees, saturation: 0.82, 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 #253AE9 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3758233-
CMYK0.840.7500.09
HSL233.57º81.67%52.94%-
HSV(B)233.57º84.12%91.37%-
XYZ16.989.377.99-
YUV71.67219.04103.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.28%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 233 (91.41% from 255) = 71.04%
R=11.28%
G=17.68%
B=71.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal37582330.840.7500.09233.5781.6752.94
Hex253AE9544B09ea5235
Octal457235112411301135212265
Binary100101111010111010011010100100101101001111010101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,233); }

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

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

 a { background-color: rgb(37,58,233); }

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

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

 span { border-color: rgb(37,58,233); }

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