#2034BD

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

Shades of Persian Blue #2034BD

Tints of Persian Blue #2034BD

Color information

#2034BD (or 0x2034BD) is unknown color: approx Persian Blue. HEX triplet: 20, 34 and BD. RGB value is (32,52,189). Sum of RGB (Red+Green+Blue) = 32+52+189=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #2034BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034BD is #DFCB42. Grayscale: #3D3D3D. Windows color (decimal): -14666563 or 12399648. OLE color: 12399648.

HSL color Cylindrical-coordinate representation of color #2034BD: hue angle of 232.36º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2034BD is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3252189-
CMYK0.830.7200.26
HSL232.36º71.04%43.33%-
HSV(B)232.36º83.07%74.12%-
XYZ11.016.4448.81-
YUV61.64199.87106.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 189 (74.22% from 255) = 69.23%
R=11.72%
G=19.05%
B=69.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32521890.830.7200.26232.3671.0443.33
Hex2034BD534801Ae8472b
Octal406427512311003235010753
Binary1000001101001011110110100111001000011010111010001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2034BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2034BD; }

 p { color: rgb(32,52,189); }

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

<style>
 a { background-color: #2034BD; }

 a { background-color: rgb(32,52,189); }

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

<style>
 span { border-color: #2034BD; }

 span { border-color: rgb(32,52,189); }

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