Html Css Color HEX #213637 Nordic

📋 copy color: '#213637'

red 33 ◦ green 54 ◦ blue 55

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

Shades of Nordic #213637

Tints of Nordic #213637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.03%

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

R = 23.24%
G = 38.03%
B = 38.73%

CMYK

 C value IS 0.4

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213637 (or 0x213637) is known color: Nordic. HEX triplet: 21, 36 and 37. RGB value is (33,54,55). Sum of RGB (Red+Green+Blue) = 33+54+55=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 55 - color contains mainly: blue. Hex color #213637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213637 is #DEC9C8. Grayscale: #2F2F2F. Windows color (decimal): -14600649 or 3618337. OLE color: 3618337.

HSL color Cylindrical-coordinate representation of color #213637: hue angle of 182.73º 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 #213637 is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 54 55 -
CMYK 0.4 0.02 0 0.78
HSL 182.73º 0.25% 0.17% -
HSV(B) 182.73º 0.4% 0.22% -
XYZ 2.64 3.24 4.1 -
YUV 47.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 33 54 55 0.4 0.02 0 0.78 182.73 0.25 0.17
Hex 21 36 37 28 2 0 4E B7 19 11
Octal 41 66 67 50 2 0 116 267 31 21
Binary 100001 110110 110111 101000 10 0 1001110 10110111 11001 10001

Color Harmonies of #213637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213637

Black with #213637

Text Example


Text Example

White with #213637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213637; }

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

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

background-color css

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

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

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

border-color css

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

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

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