#253FBF

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

Shades of Persian Blue #253FBF

Tints of Persian Blue #253FBF

Color information

#253FBF (or 0x253FBF) is unknown color: approx Persian Blue. HEX triplet: 25, 3F and BF. RGB value is (37,63,191). Sum of RGB (Red+Green+Blue) = 37+63+191=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #253FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FBF is #DAC040. Grayscale: #454545. Windows color (decimal): -14336065 or 12533541. OLE color: 12533541.

HSL color Cylindrical-coordinate representation of color #253FBF: hue angle of 229.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253FBF is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3763191-
CMYK0.810.6700.25
HSL229.87º67.54%44.71%-
HSV(B)229.87º80.63%74.9%-
XYZ11.947.7150.15-
YUV69.82196.39104.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 191 (75% from 255) = 65.64%
R=12.71%
G=21.65%
B=65.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37631910.810.6700.25229.8767.5444.71
Hex253FBF5143019e6442d
Octal457727712110303134610455
Binary1001011111111011111110100011000011011001111001101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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