#253FB1

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

Shades of Persian Blue #253FB1

Tints of Persian Blue #253FB1

Color information

#253FB1 (or 0x253FB1) is unknown color: approx Persian Blue. HEX triplet: 25, 3F and B1. RGB value is (37,63,177). Sum of RGB (Red+Green+Blue) = 37+63+177=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 177 (69.53% from 255 or 63.90% from 277); Max value from RGB is 177 - color contains mainly: blue. Hex color #253FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FB1 is #DAC04E. Grayscale: #434343. Windows color (decimal): -14336079 or 11616037. OLE color: 11616037.

HSL color Cylindrical-coordinate representation of color #253FB1: hue angle of 228.86º 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 #253FB1 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3763177-
CMYK0.790.6400.31
HSL228.86º65.42%41.96%-
HSV(B)228.86º79.1%69.41%-
XYZ10.487.1242.42-
YUV68.22189.39105.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 177 (69.53% from 255) = 63.90%
R=13.36%
G=22.74%
B=63.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37631770.790.6400.31228.8665.4241.96
Hex253FB14F4001Fe5412a
Octal457726111710003734510152
Binary1001011111111011000110011111000000011111111001011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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