Html Css Color HEX #253FAF Persian Blue

📋 copy color: '#253FAF'

red 37 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #253FAF

Tints of Persian Blue #253FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 22.91%

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 13.45%
G = 22.91%
B = 63.64%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#253FAF (or 0x253FAF) is known color: Persian Blue. HEX triplet: 25, 3F and AF. RGB value is (37,63,175). Sum of RGB (Red+Green+Blue) = 37+63+175=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #253FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FAF is #DAC050. Grayscale: #434343. Windows color (decimal): -14336081 or 11484965. OLE color: 11484965.

HSL color Cylindrical-coordinate representation of color #253FAF: hue angle of 228.7º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #253FAF is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 63 175 -
CMYK 0.79 0.64 0 0.31
HSL 228.7º 0.65% 0.42% -
HSV(B) 228.7º 0.79% 0.69% -
XYZ 10.28 7.04 41.38 -
YUV 67.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 37 63 175 0.79 0.64 0 0.31 228.7 0.65 0.42
Hex 25 3F AF 4F 40 0 1F E5 41 2A
Octal 45 77 257 117 100 0 37 345 101 52
Binary 100101 111111 10101111 1001111 1000000 0 11111 11100101 1000001 101010

Color Harmonies of #253FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FAF

Black with #253FAF

Text Example


Text Example

White with #253FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,63,175); }

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

background-color css

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

 a { background-color: rgb(37,63,175); }

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

border-color css

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

 span { border-color: rgb(37,63,175); }

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