#213234

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

Shades of Nordic #213234

Tints of Nordic #213234

Color information

#213234 (or 0x213234) is unknown color: approx Nordic. HEX triplet: 21, 32 and 34. RGB value is (33,50,52). Sum of RGB (Red+Green+Blue) = 33+50+52=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #213234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213234 is #DECDCB. Grayscale: #2D2D2D. Windows color (decimal): -14601676 or 3420705. OLE color: 3420705.

HSL color Cylindrical-coordinate representation of color #213234: hue angle of 186.32º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213234 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB335052-
CMYK0.370.0400.80
HSL186.32º22.35%16.67%-
HSV(B)186.32º36.54%20.39%-
XYZ2.392.853.67-
YUV45.14131.87119.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 52 (20.70% from 255) = 38.52%
R=24.44%
G=37.04%
B=38.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350520.370.0400.80186.3222.3516.67
Hex213234254050ba1611
Octal41626445401202722621
Binary10000111001011010010010110001010000101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213234; }

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

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

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

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

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

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

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

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