Html Css Color HEX #213537 Nordic

📋 copy color: '#213537'

red 33 ◦ green 53 ◦ blue 55

#213537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #213537

Tints of Nordic #213537

RGB

 RED value IS 33 (13.28% from 255) = 23.4%

 GREEN value IS 53 (21.09% from 255) = 37.59%

 BLUE value IS 55 (21.88% from 255) = 39.01%

R = 23.4%
G = 37.59%
B = 39.01%

CMYK

 C value IS 0.4

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213537 (or 0x213537) is known color: Nordic. HEX triplet: 21, 35 and 37. RGB value is (33,53,55). Sum of RGB (Red+Green+Blue) = 33+53+55=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #213537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213537 is #DECAC8. Grayscale: #2F2F2F. Windows color (decimal): -14600905 or 3618081. OLE color: 3618081.

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

Color convert

RGB 33 53 55 -
CMYK 0.4 0.04 0 0.78
HSL 185.45º 0.25% 0.17% -
HSV(B) 185.45º 0.4% 0.22% -
XYZ 2.59 3.15 4.09 -
YUV 47.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 33 53 55 0.4 0.04 0 0.78 185.45 0.25 0.17
Hex 21 35 37 28 4 0 4E B9 19 11
Octal 41 65 67 50 4 0 116 271 31 21
Binary 100001 110101 110111 101000 100 0 1001110 10111001 11001 10001

Color Harmonies of #213537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213537

Black with #213537

Text Example


Text Example

White with #213537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213537; }

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

 H1.HeaderClassName
 {
   color: #213537;
 }
 .AnyTagClassName
 {
   color: #213537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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