#2029CF

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

Shades of Persian Blue #2029CF

Tints of Persian Blue #2029CF

Color information

#2029CF (or 0x2029CF) is unknown color: approx Persian Blue. HEX triplet: 20, 29 and CF. RGB value is (32,41,207). Sum of RGB (Red+Green+Blue) = 32+41+207=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #2029CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2029CF is #DFD630. Grayscale: #383838. Windows color (decimal): -14669361 or 13576480. OLE color: 13576480.

HSL color Cylindrical-coordinate representation of color #2029CF: hue angle of 236.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2029CF is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3241207-
CMYK0.850.8000.19
HSL236.91º73.22%46.86%-
HSV(B)236.91º84.54%81.18%-
XYZ12.656.459.6-
YUV57.23212.52110-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 207 (81.25% from 255) = 73.93%
R=11.43%
G=14.64%
B=73.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32412070.850.8000.19236.9173.2246.86
Hex2029CF5550013ed492f
Octal405131712512002335511157
Binary1000001010011100111110101011010000010011111011011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2029CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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