#213F41

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

Shades of Nordic #213F41

Tints of Nordic #213F41

Color information

#213F41 (or 0x213F41) is unknown color: approx Nordic. HEX triplet: 21, 3F and 41. RGB value is (33,63,65). Sum of RGB (Red+Green+Blue) = 33+63+65=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #213F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F41 is #DEC0BE. Grayscale: #363636. Windows color (decimal): -14598335 or 4276001. OLE color: 4276001.

HSL color Cylindrical-coordinate representation of color #213F41: hue angle of 183.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #213F41 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB336365-
CMYK0.490.0300.75
HSL183.75º32.65%19.22%-
HSV(B)183.75º49.23%25.49%-
XYZ3.364.265.65-
YUV54.26134.06112.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=20.50%
G=39.13%
B=40.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363650.490.0300.75183.7532.6519.22
Hex213F4131304Bb82113
Octal417710161301132704123
Binary100001111111100000111000111010010111011100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F41; }

 p { color: rgb(33,63,65); }

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

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

 a { background-color: rgb(33,63,65); }

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

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

 span { border-color: rgb(33,63,65); }

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