#2136B0

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

Shades of Persian Blue #2136B0

Tints of Persian Blue #2136B0

Color information

#2136B0 (or 0x2136B0) is unknown color: approx Persian Blue. HEX triplet: 21, 36 and B0. RGB value is (33,54,176). Sum of RGB (Red+Green+Blue) = 33+54+176=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 176 (69.14% from 255 or 66.92% from 263); Max value from RGB is 176 - color contains mainly: blue. Hex color #2136B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2136B0 is #DEC94F. Grayscale: #3D3D3D. Windows color (decimal): -14600528 or 11548193. OLE color: 11548193.

HSL color Cylindrical-coordinate representation of color #2136B0: hue angle of 231.19º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2136B0 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3354176-
CMYK0.810.6900.31
HSL231.19º68.42%40.98%-
HSV(B)231.19º81.25%69.02%-
XYZ9.786.141.74-
YUV61.63192.54107.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 176 (69.14% from 255) = 66.92%
R=12.55%
G=20.53%
B=66.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33541760.810.6900.31231.1968.4240.98
Hex2136B0514501Fe74429
Octal416626012110503734710451
Binary1000011101101011000010100011000101011111111001111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2136B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2136B0; }

 p { color: rgb(33,54,176); }

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

<style>
 a { background-color: #2136B0; }

 a { background-color: rgb(33,54,176); }

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

<style>
 span { border-color: #2136B0; }

 span { border-color: rgb(33,54,176); }

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