Html Css Color HEX #21393F Nordic

📋 copy color: '#21393F'

red 33 ◦ green 57 ◦ blue 63

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

Shades of Nordic #21393F

Tints of Nordic #21393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.18%

R = 21.57%
G = 37.25%
B = 41.18%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#21393F (or 0x21393F) is known color: Nordic. HEX triplet: 21, 39 and 3F. RGB value is (33,57,63). Sum of RGB (Red+Green+Blue) = 33+57+63=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #21393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21393F is #DEC6C0. Grayscale: #323232. Windows color (decimal): -14599873 or 4143393. OLE color: 4143393.

HSL color Cylindrical-coordinate representation of color #21393F: hue angle of 192º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21393F is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 57 63 -
CMYK 0.48 0.10 0 0.75
HSL 192º 0.31% 0.19% -
HSV(B) 192º 0.48% 0.25% -
XYZ 2.99 3.61 5.24 -
YUV 50.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 33 57 63 0.48 0.10 0 0.75 192 0.31 0.19
Hex 21 39 3F 30 A 0 4B C0 1F 13
Octal 41 71 77 60 12 0 113 300 37 23
Binary 100001 111001 111111 110000 1010 0 1001011 11000000 11111 10011

Color Harmonies of #21393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21393F

Black with #21393F

Text Example


Text Example

White with #21393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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