#213C3B

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

Shades of Nordic #213C3B

Tints of Nordic #213C3B

Color information

#213C3B (or 0x213C3B) is unknown color: approx Nordic. HEX triplet: 21, 3C and 3B. RGB value is (33,60,59). Sum of RGB (Red+Green+Blue) = 33+60+59=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 60 - color contains mainly: green. Hex color #213C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C3B is #DEC3C4. Grayscale: #333333. Windows color (decimal): -14599109 or 3882017. OLE color: 3882017.

HSL color Cylindrical-coordinate representation of color #213C3B: hue angle of 177.78º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C3B is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB336059-
CMYK0.4500.020.76
HSL177.78º29.03%18.24%-
HSV(B)177.78º45%23.53%-
XYZ3.033.874.72-
YUV51.81132.05114.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=21.71%
G=39.47%
B=38.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3360590.4500.020.76177.7829.0318.24
Hex213C3B2D024Cb21d12
Octal41747355021142623522
Binary1000011111001110111011010101001100101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,60,59); }

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

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

 a { background-color: rgb(33,60,59); }

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

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

 span { border-color: rgb(33,60,59); }

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