#203435

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

Shades of Nordic #203435

Tints of Nordic #203435

Color information

#203435 (or 0x203435) is unknown color: approx Nordic. HEX triplet: 20, 34 and 35. RGB value is (32,52,53). Sum of RGB (Red+Green+Blue) = 32+52+53=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #203435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203435 is #DFCBCA. Grayscale: #2E2E2E. Windows color (decimal): -14666699 or 3486752. OLE color: 3486752.

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

Color convert

RGB325253-
CMYK0.400.0200.79
HSL182.86º24.71%16.67%-
HSV(B)182.86º39.62%20.78%-
XYZ2.473.023.82-
YUV46.13131.87117.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=23.36%
G=37.96%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3252530.400.0200.79182.8624.7116.67
Hex20343528204Fb71911
Octal40646550201172673121
Binary1000001101001101011010001001001111101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203435; }

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

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

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

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

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

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

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

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