#202ECB

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

Shades of Persian Blue #202ECB

Tints of Persian Blue #202ECB

Color information

#202ECB (or 0x202ECB) is unknown color: approx Persian Blue. HEX triplet: 20, 2E and CB. RGB value is (32,46,203). Sum of RGB (Red+Green+Blue) = 32+46+203=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #202ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ECB is #DFD134. Grayscale: #3B3B3B. Windows color (decimal): -14668085 or 13315616. OLE color: 13315616.

HSL color Cylindrical-coordinate representation of color #202ECB: hue angle of 235.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202ECB is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3246203-
CMYK0.840.7700.20
HSL235.09º72.77%46.08%-
HSV(B)235.09º84.24%79.61%-
XYZ12.356.5757.12-
YUV59.71208.86108.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.39%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 203 (79.69% from 255) = 72.24%
R=11.39%
G=16.37%
B=72.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal32462030.840.7700.20235.0972.7746.08
Hex202ECB544D014eb492e
Octal405631312411502435311156
Binary1000001011101100101110101001001101010100111010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202ECB; }

 p { color: rgb(32,46,203); }

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

<style>
 a { background-color: #202ECB; }

 a { background-color: rgb(32,46,203); }

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

<style>
 span { border-color: #202ECB; }

 span { border-color: rgb(32,46,203); }

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