Html Css Color HEX #213E40 Nordic

📋 copy color: '#213E40'

red 33 ◦ green 62 ◦ blue 64

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

Shades of Nordic #213E40

Tints of Nordic #213E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.99%

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

R = 20.75%
G = 38.99%
B = 40.25%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#213E40 (or 0x213E40) is known color: Nordic. HEX triplet: 21, 3E and 40. RGB value is (33,62,64). Sum of RGB (Red+Green+Blue) = 33+62+64=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #213E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E40 is #DEC1BF. Grayscale: #353535. Windows color (decimal): -14598592 or 4210209. OLE color: 4210209.

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

Color convert

RGB 33 62 64 -
CMYK 0.48 0.03 0 0.75
HSL 183.87º 0.32% 0.19% -
HSV(B) 183.87º 0.48% 0.25% -
XYZ 3.28 4.14 5.48 -
YUV 53.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 33 62 64 0.48 0.03 0 0.75 183.87 0.32 0.19
Hex 21 3E 40 30 3 0 4B B8 20 13
Octal 41 76 100 60 3 0 113 270 40 23
Binary 100001 111110 1000000 110000 11 0 1001011 10111000 100000 10011

Color Harmonies of #213E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E40

Black with #213E40

Text Example


Text Example

White with #213E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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