#2536b6

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

Shades of Persian Blue #2536B6

Tints of Persian Blue #2536B6

Color information

#2536B6 (or 0x2536B6) is unknown color: approx Persian Blue. HEX triplet: 25, 36 and B6. RGB value is (37,54,182). Sum of RGB (Red+Green+Blue) = 37+54+182=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #2536B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2536B6 is #DAC949. Grayscale: #3E3E3E. Windows color (decimal): -14338378 or 11941413. OLE color: 11941413.

HSL color Cylindrical-coordinate representation of color #2536B6: hue angle of 232.97º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2536B6 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3754182-
CMYK0.800.7000.29
HSL232.97º66.21%42.94%-
HSV(B)232.97º79.67%71.37%-
XYZ10.536.4144.94-
YUV63.51194.87109.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 182 (71.48% from 255) = 66.67%
R=13.55%
G=19.78%
B=66.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37541820.800.7000.29232.9766.2142.94
Hex2536B6504601De9422b
Octal456626612010603535110253
Binary1001011101101011011010100001000110011101111010011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2536b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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