#2029C6

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

Shades of Persian Blue #2029C6

Tints of Persian Blue #2029C6

Color information

#2029C6 (or 0x2029C6) is unknown color: approx Persian Blue. HEX triplet: 20, 29 and C6. RGB value is (32,41,198). Sum of RGB (Red+Green+Blue) = 32+41+198=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 198 (77.73% from 255 or 73.06% from 271); Max value from RGB is 198 - color contains mainly: blue. Hex color #2029C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2029C6 is #DFD639. Grayscale: #373737. Windows color (decimal): -14669370 or 12986656. OLE color: 12986656.

HSL color Cylindrical-coordinate representation of color #2029C6: hue angle of 236.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2029C6 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3241198-
CMYK0.840.7900.22
HSL236.75º72.17%45.1%-
HSV(B)236.75º83.84%77.65%-
XYZ11.585.9753.97-
YUV56.21208.02110.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 198 (77.73% from 255) = 73.06%
R=11.81%
G=15.13%
B=73.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32411980.840.7900.22236.7572.1745.1
Hex2029C6544F016ed482d
Octal405130612411702635511055
Binary1000001010011100011010101001001111010110111011011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2029C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2029C6; }

 p { color: rgb(32,41,198); }

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

<style>
 a { background-color: #2029C6; }

 a { background-color: rgb(32,41,198); }

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

<style>
 span { border-color: #2029C6; }

 span { border-color: rgb(32,41,198); }

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