#2034b5

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

Shades of Persian Blue #2034B5

Tints of Persian Blue #2034B5

Color information

#2034B5 (or 0x2034B5) is unknown color: approx Persian Blue. HEX triplet: 20, 34 and B5. RGB value is (32,52,181). Sum of RGB (Red+Green+Blue) = 32+52+181=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #2034B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034B5 is #DFCB4A. Grayscale: #3C3C3C. Windows color (decimal): -14666571 or 11875360. OLE color: 11875360.

HSL color Cylindrical-coordinate representation of color #2034B5: hue angle of 231.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2034B5 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3252181-
CMYK0.820.7100.29
HSL231.95º69.95%41.76%-
HSV(B)231.95º82.32%70.98%-
XYZ10.166.144.36-
YUV60.73195.87107.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 181 (71.09% from 255) = 68.30%
R=12.08%
G=19.62%
B=68.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32521810.820.7100.29231.9569.9541.76
Hex2034B5524701De8462a
Octal406426512210703535010652
Binary1000001101001011010110100101000111011101111010001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2034b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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