#2536AE

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

Shades of Persian Blue #2536AE

Tints of Persian Blue #2536AE

Color information

#2536AE (or 0x2536AE) is unknown color: approx Persian Blue. HEX triplet: 25, 36 and AE. RGB value is (37,54,174). Sum of RGB (Red+Green+Blue) = 37+54+174=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #2536AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2536AE is #DAC951. Grayscale: #3E3E3E. Windows color (decimal): -14338386 or 11417125. OLE color: 11417125.

HSL color Cylindrical-coordinate representation of color #2536AE: hue angle of 232.55º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2536AE is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3754174-
CMYK0.790.6900.32
HSL232.55º64.93%41.37%-
HSV(B)232.55º78.74%68.24%-
XYZ9.726.0940.71-
YUV62.6190.87109.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 174 (68.36% from 255) = 65.66%
R=13.96%
G=20.38%
B=65.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37541740.790.6900.32232.5564.9341.37
Hex2536AE4F45020e94129
Octal456625611710504035110151
Binary10010111011010101110100111110001010100000111010011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2536AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2536AE; }

 p { color: rgb(37,54,174); }

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

<style>
 a { background-color: #2536AE; }

 a { background-color: rgb(37,54,174); }

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

<style>
 span { border-color: #2536AE; }

 span { border-color: rgb(37,54,174); }

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