#202B35

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

Shades of Blue Charcoal #202B35

Tints of Blue Charcoal #202B35

Color information

#202B35 (or 0x202B35) is unknown color: approx Blue Charcoal. HEX triplet: 20, 2B and 35. RGB value is (32,43,53). Sum of RGB (Red+Green+Blue) = 32+43+53=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 53 - color contains mainly: blue. Hex color #202B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202B35 is #DFD4CA. Grayscale: #282828. Windows color (decimal): -14669003 or 3484448. OLE color: 3484448.

HSL color Cylindrical-coordinate representation of color #202B35: hue angle of 208.57º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #202B35 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB324353-
CMYK0.400.1900.79
HSL208.57º24.71%16.67%-
HSV(B)208.57º39.62%20.78%-
XYZ2.12.293.7-
YUV40.85134.86121.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=25%
G=33.59%
B=41.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3243530.400.1900.79208.5724.7116.67
Hex202B35281304Fd11911
Octal405365502301173213121
Binary1000001010111101011010001001101001111110100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,43,53); }

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

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

 a { background-color: rgb(32,43,53); }

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

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

 span { border-color: rgb(32,43,53); }

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