#202C35

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

Shades of Tangaroa #202C35

Tints of Tangaroa #202C35

Color information

#202C35 (or 0x202C35) is unknown color: approx Tangaroa. HEX triplet: 20, 2C and 35. RGB value is (32,44,53). Sum of RGB (Red+Green+Blue) = 32+44+53=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 53 - color contains mainly: blue. Hex color #202C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202C35 is #DFD3CA. Grayscale: #292929. Windows color (decimal): -14668747 or 3484704. OLE color: 3484704.

HSL color Cylindrical-coordinate representation of color #202C35: hue angle of 205.71º 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 #202C35 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB324453-
CMYK0.400.1700.79
HSL205.71º24.71%16.67%-
HSV(B)205.71º39.62%20.78%-
XYZ2.142.373.71-
YUV41.44134.52121.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=24.81%
G=34.11%
B=41.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3244530.400.1700.79205.7124.7116.67
Hex202C35281104Fce1911
Octal405465502101173163121
Binary1000001011001101011010001000101001111110011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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