#2043C9

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

Shades of Persian Blue #2043C9

Tints of Persian Blue #2043C9

Color information

#2043C9 (or 0x2043C9) is unknown color: approx Persian Blue. HEX triplet: 20, 43 and C9. RGB value is (32,67,201). Sum of RGB (Red+Green+Blue) = 32+67+201=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #2043C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2043C9 is #DFBC36. Grayscale: #474747. Windows color (decimal): -14662711 or 13189920. OLE color: 13189920.

HSL color Cylindrical-coordinate representation of color #2043C9: hue angle of 227.57º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2043C9 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3267201-
CMYK0.840.6700.21
HSL227.57º72.53%45.69%-
HSV(B)227.57º84.08%78.82%-
XYZ13.158.5456.21-
YUV71.81200.999.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.67%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 201 (78.91% from 255) = 67%
R=10.67%
G=22.33%
B=67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32672010.840.6700.21227.5772.5345.69
Hex2043C95443015e4492e
Octal4010331112410302534411156
Binary10000010000111100100110101001000011010101111001001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2043C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2043C9; }

 p { color: rgb(32,67,201); }

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

<style>
 a { background-color: #2043C9; }

 a { background-color: rgb(32,67,201); }

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

<style>
 span { border-color: #2043C9; }

 span { border-color: rgb(32,67,201); }

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