Html Css Color HEX #253FAC Persian Blue

📋 copy color: '#253FAC'

red 37 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #253FAC

Tints of Persian Blue #253FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.24%

R = 13.6%
G = 23.16%
B = 63.24%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#253FAC (or 0x253FAC) is known color: Persian Blue. HEX triplet: 25, 3F and AC. RGB value is (37,63,172). Sum of RGB (Red+Green+Blue) = 37+63+172=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #253FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FAC is #DAC053. Grayscale: #434343. Windows color (decimal): -14336084 or 11288357. OLE color: 11288357.

HSL color Cylindrical-coordinate representation of color #253FAC: hue angle of 228.44º degrees, saturation: 0.65, 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 #253FAC is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 63 172 -
CMYK 0.78 0.63 0 0.33
HSL 228.44º 0.65% 0.41% -
HSV(B) 228.44º 0.78% 0.67% -
XYZ 9.99 6.93 39.84 -
YUV 67.65 186.89 106.14 -
System Red Green Blue C M Y K H S L
Decimal 37 63 172 0.78 0.63 0 0.33 228.44 0.65 0.41
Hex 25 3F AC 4E 3F 0 21 E4 41 29
Octal 45 77 254 116 77 0 41 344 101 51
Binary 100101 111111 10101100 1001110 111111 0 100001 11100100 1000001 101001

Color Harmonies of #253FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FAC

Black with #253FAC

Text Example


Text Example

White with #253FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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