Html Css Color HEX #213F40 Nordic

📋 copy color: '#213F40'

red 33 ◦ green 63 ◦ blue 64

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

Shades of Nordic #213F40

Tints of Nordic #213F40

RGB

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

 GREEN value IS 63 (25% from 255) = 39.38%

 BLUE value IS 64 (25.39% from 255) = 40%

R = 20.63%
G = 39.38%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#213F40 (or 0x213F40) is known color: Nordic. HEX triplet: 21, 3F and 40. RGB value is (33,63,64). Sum of RGB (Red+Green+Blue) = 33+63+64=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #213F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F40 is #DEC0BF. Grayscale: #363636. Windows color (decimal): -14598336 or 4210465. OLE color: 4210465.

HSL color Cylindrical-coordinate representation of color #213F40: hue angle of 181.94º degrees, saturation: 0.32, 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 #213F40 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 63 64 -
CMYK 0.48 0.02 0 0.75
HSL 181.94º 0.32% 0.19% -
HSV(B) 181.94º 0.48% 0.25% -
XYZ 3.33 4.25 5.5 -
YUV 54.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 33 63 64 0.48 0.02 0 0.75 181.94 0.32 0.19
Hex 21 3F 40 30 2 0 4B B6 20 13
Octal 41 77 100 60 2 0 113 266 40 23
Binary 100001 111111 1000000 110000 10 0 1001011 10110110 100000 10011

Color Harmonies of #213F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F40

Black with #213F40

Text Example


Text Example

White with #213F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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