Html Css Color HEX #21393D Nordic

📋 copy color: '#21393D'

red 33 ◦ green 57 ◦ blue 61

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

Shades of Nordic #21393D

Tints of Nordic #21393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.75%

 BLUE value IS 61 (24.22% from 255) = 40.4%

R = 21.85%
G = 37.75%
B = 40.4%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21393D (or 0x21393D) is known color: Nordic. HEX triplet: 21, 39 and 3D. RGB value is (33,57,61). Sum of RGB (Red+Green+Blue) = 33+57+61=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #21393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21393D is #DEC6C2. Grayscale: #323232. Windows color (decimal): -14599875 or 4012321. OLE color: 4012321.

HSL color Cylindrical-coordinate representation of color #21393D: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21393D is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 57 61 -
CMYK 0.46 0.07 0 0.76
HSL 188.57º 0.3% 0.18% -
HSV(B) 188.57º 0.46% 0.24% -
XYZ 2.93 3.59 4.95 -
YUV 50.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 33 57 61 0.46 0.07 0 0.76 188.57 0.3 0.18
Hex 21 39 3D 2E 7 0 4C BD 1E 12
Octal 41 71 75 56 7 0 114 275 36 22
Binary 100001 111001 111101 101110 111 0 1001100 10111101 11110 10010

Color Harmonies of #21393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21393D

Black with #21393D

Text Example


Text Example

White with #21393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21393D; }

 p { color: rgb(33,57,61); }

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

background-color css

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

 a { background-color: rgb(33,57,61); }

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

border-color css

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

 span { border-color: rgb(33,57,61); }

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