Html Css Color HEX #213437 Nordic

📋 copy color: '#213437'

red 33 ◦ green 52 ◦ blue 55

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

Shades of Nordic #213437

Tints of Nordic #213437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

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

R = 23.57%
G = 37.14%
B = 39.29%

CMYK

 C value IS 0.4

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213437 (or 0x213437) is known color: Nordic. HEX triplet: 21, 34 and 37. RGB value is (33,52,55). Sum of RGB (Red+Green+Blue) = 33+52+55=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #213437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213437 is #DECBC8. Grayscale: #2E2E2E. Windows color (decimal): -14601161 or 3617825. OLE color: 3617825.

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

Color convert

RGB 33 52 55 -
CMYK 0.4 0.05 0 0.78
HSL 188.18º 0.25% 0.17% -
HSV(B) 188.18º 0.4% 0.22% -
XYZ 2.54 3.06 4.07 -
YUV 46.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 33 52 55 0.4 0.05 0 0.78 188.18 0.25 0.17
Hex 21 34 37 28 5 0 4E BC 19 11
Octal 41 64 67 50 5 0 116 274 31 21
Binary 100001 110100 110111 101000 101 0 1001110 10111100 11001 10001

Color Harmonies of #213437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213437

Black with #213437

Text Example


Text Example

White with #213437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213437; }

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

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

background-color css

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

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

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

border-color css

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

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

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