Html Css Color HEX #253EA8 Persian Blue

📋 copy color: '#253EA8'

red 37 ◦ green 62 ◦ blue 168

#253EA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #253EA8

Tints of Persian Blue #253EA8

RGB

 RED value IS 37 (14.84% from 255) = 13.86%

 GREEN value IS 62 (24.61% from 255) = 23.22%

 BLUE value IS 168 (66.02% from 255) = 62.92%

R = 13.86%
G = 23.22%
B = 62.92%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#253EA8 (or 0x253EA8) is known color: Persian Blue. HEX triplet: 25, 3E and A8. RGB value is (37,62,168). Sum of RGB (Red+Green+Blue) = 37+62+168=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 168 (66.02% from 255 or 62.92% from 267); Max value from RGB is 168 - color contains mainly: blue. Hex color #253EA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253EA8 is #DAC157. Grayscale: #424242. Windows color (decimal): -14336344 or 11025957. OLE color: 11025957.

HSL color Cylindrical-coordinate representation of color #253EA8: hue angle of 228.55º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253EA8 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 37 62 168 -
CMYK 0.78 0.63 0 0.34
HSL 228.55º 0.64% 0.4% -
HSV(B) 228.55º 0.78% 0.66% -
XYZ 9.55 6.67 37.83 -
YUV 66.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 37 62 168 0.78 0.63 0 0.34 228.55 0.64 0.4
Hex 25 3E A8 4E 3F 0 22 E5 40 28
Octal 45 76 250 116 77 0 42 345 100 50
Binary 100101 111110 10101000 1001110 111111 0 100010 11100101 1000000 101000

Color Harmonies of #253EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EA8

Black with #253EA8

Text Example


Text Example

White with #253EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253EA8;
 }
 .AnyTagClassName
 {
   color: #253EA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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