#213938

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

Shades of Nordic #213938

Tints of Nordic #213938

Color information

#213938 (or 0x213938) is unknown color: approx Nordic. HEX triplet: 21, 39 and 38. RGB value is (33,57,56). Sum of RGB (Red+Green+Blue) = 33+57+56=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #213938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213938 is #DEC6C7. Grayscale: #313131. Windows color (decimal): -14599880 or 3684641. OLE color: 3684641.

HSL color Cylindrical-coordinate representation of color #213938: hue angle of 177.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213938 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB335756-
CMYK0.4200.020.78
HSL177.5º26.67%17.65%-
HSV(B)177.5º42.11%22.35%-
XYZ2.83.544.28-
YUV49.71131.55116.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=22.60%
G=39.04%
B=38.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357560.4200.020.78177.526.6717.65
Hex2139382A024Eb21b12
Octal41717052021162623322
Binary1000011110011110001010100101001110101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213938; }

 p { color: rgb(33,57,56); }

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

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

 a { background-color: rgb(33,57,56); }

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

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

 span { border-color: rgb(33,57,56); }

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