#253BAF

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

Shades of Persian Blue #253BAF

Tints of Persian Blue #253BAF

Color information

#253BAF (or 0x253BAF) is unknown color: approx Persian Blue. HEX triplet: 25, 3B and AF. RGB value is (37,59,175). Sum of RGB (Red+Green+Blue) = 37+59+175=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #253BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253BAF is #DAC450. Grayscale: #414141. Windows color (decimal): -14337105 or 11483941. OLE color: 11483941.

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

Color convert

RGB3759175-
CMYK0.790.6600.31
HSL230.43º65.09%41.57%-
HSV(B)230.43º78.86%68.63%-
XYZ10.066.6241.3-
YUV65.65189.71107.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 175 (68.75% from 255) = 64.58%
R=13.65%
G=21.77%
B=64.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37591750.790.6600.31230.4365.0941.57
Hex253BAF4F4201Fe6412a
Octal457325711710203734610152
Binary1001011110111010111110011111000010011111111001101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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