#2134BE

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

Shades of Persian Blue #2134BE

Tints of Persian Blue #2134BE

Color information

#2134BE (or 0x2134BE) is unknown color: approx Persian Blue. HEX triplet: 21, 34 and BE. RGB value is (33,52,190). Sum of RGB (Red+Green+Blue) = 33+52+190=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #2134BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2134BE is #DECB41. Grayscale: #3D3D3D. Windows color (decimal): -14601026 or 12465185. OLE color: 12465185.

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

Color convert

RGB3352190-
CMYK0.830.7300.25
HSL232.74º70.4%43.73%-
HSV(B)232.74º82.63%74.51%-
XYZ11.156.549.38-
YUV62.05200.21107.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=12%
G=18.91%
B=69.09%

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
Decimal33521900.830.7300.25232.7470.443.73
Hex2134BE5349019e9462c
Octal416427612311103135110654
Binary1000011101001011111010100111001001011001111010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2134BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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