#2120BE

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

Shades of Persian Blue #2120BE

Tints of Persian Blue #2120BE

Color information

#2120BE (or 0x2120BE) is unknown color: approx Persian Blue. HEX triplet: 21, 20 and BE. RGB value is (33,32,190). Sum of RGB (Red+Green+Blue) = 33+32+190=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #2120BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2120BE is #DEDF41. Grayscale: #313131. Windows color (decimal): -14606146 or 12460065. OLE color: 12460065.

HSL color Cylindrical-coordinate representation of color #2120BE: hue angle of 240.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2120BE is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3332190-
CMYK0.830.8300.25
HSL240.38º71.17%43.53%-
HSV(B)240.38º83.16%74.51%-
XYZ10.445.0749.14-
YUV50.31206.83115.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 190 (74.61% from 255) = 74.51%
R=12.94%
G=12.55%
B=74.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33321900.830.8300.25240.3871.1743.53
Hex2120BE5353019f0472c
Octal414027612312303136010754
Binary1000011000001011111010100111010011011001111100001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2120BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2120BE; }

 p { color: rgb(33,32,190); }

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

<style>
 a { background-color: #2120BE; }

 a { background-color: rgb(33,32,190); }

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

<style>
 span { border-color: #2120BE; }

 span { border-color: rgb(33,32,190); }

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