#2133BE

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

Shades of Persian Blue #2133BE

Tints of Persian Blue #2133BE

Color information

#2133BE (or 0x2133BE) is unknown color: approx Persian Blue. HEX triplet: 21, 33 and BE. RGB value is (33,51,190). Sum of RGB (Red+Green+Blue) = 33+51+190=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #2133BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2133BE is #DECC41. Grayscale: #3C3C3C. Windows color (decimal): -14601282 or 12464929. OLE color: 12464929.

HSL color Cylindrical-coordinate representation of color #2133BE: hue angle of 233.12º degrees, saturation: 0.7, 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 #2133BE is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3351190-
CMYK0.830.7300.25
HSL233.12º70.4%43.73%-
HSV(B)233.12º82.63%74.51%-
XYZ11.116.4149.37-
YUV61.46200.54107.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 190 (74.61% from 255) = 69.34%
R=12.04%
G=18.61%
B=69.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33511900.830.7300.25233.1270.443.73
Hex2133BE5349019e9462c
Octal416327612311103135110654
Binary1000011100111011111010100111001001011001111010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2133BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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