#203235

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

Shades of Nordic #203235

Tints of Nordic #203235

Color information

#203235 (or 0x203235) is unknown color: approx Nordic. HEX triplet: 20, 32 and 35. RGB value is (32,50,53). Sum of RGB (Red+Green+Blue) = 32+50+53=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #203235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203235 is #DFCDCA. Grayscale: #2C2C2C. Windows color (decimal): -14667211 or 3486240. OLE color: 3486240.

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

Color convert

RGB325053-
CMYK0.400.0600.79
HSL188.57º24.71%16.67%-
HSV(B)188.57º39.62%20.78%-
XYZ2.382.853.79-
YUV44.96132.54118.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=23.70%
G=37.04%
B=39.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3250530.400.0600.79188.5724.7116.67
Hex20323528604Fbd1911
Octal40626550601172753121
Binary10000011001011010110100011001001111101111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203235; }

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

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

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

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

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

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

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

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