#213235

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

Shades of Nordic #213235

Tints of Nordic #213235

Color information

#213235 (or 0x213235) is unknown color: approx Nordic. HEX triplet: 21, 32 and 35. RGB value is (33,50,53). Sum of RGB (Red+Green+Blue) = 33+50+53=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #213235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213235 is #DECDCA. Grayscale: #2D2D2D. Windows color (decimal): -14601675 or 3486241. OLE color: 3486241.

HSL color Cylindrical-coordinate representation of color #213235: hue angle of 189º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213235 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB335053-
CMYK0.380.0600.79
HSL189º23.26%16.86%-
HSV(B)189º37.74%20.78%-
XYZ2.412.863.79-
YUV45.26132.37119.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=24.26%
G=36.76%
B=38.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3350530.380.0600.7918923.2616.86
Hex21323526604Fbd1711
Octal41626546601172752721
Binary10000111001011010110011011001001111101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213235; }

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

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

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

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

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

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

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

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