Html Css Color HEX #213E44 Nordic

📋 copy color: '#213E44'

red 33 ◦ green 62 ◦ blue 68

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

Shades of Nordic #213E44

Tints of Nordic #213E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 41.72%

R = 20.25%
G = 38.04%
B = 41.72%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213E44 (or 0x213E44) is known color: Nordic. HEX triplet: 21, 3E and 44. RGB value is (33,62,68). Sum of RGB (Red+Green+Blue) = 33+62+68=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #213E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E44 is #DEC1BB. Grayscale: #353535. Windows color (decimal): -14598588 or 4472353. OLE color: 4472353.

HSL color Cylindrical-coordinate representation of color #213E44: hue angle of 190.29º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213E44 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 62 68 -
CMYK 0.51 0.09 0 0.73
HSL 190.29º 0.35% 0.2% -
HSV(B) 190.29º 0.51% 0.27% -
XYZ 3.39 4.19 6.1 -
YUV 54.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 33 62 68 0.51 0.09 0 0.73 190.29 0.35 0.2
Hex 21 3E 44 33 9 0 49 BE 23 14
Octal 41 76 104 63 11 0 111 276 43 24
Binary 100001 111110 1000100 110011 1001 0 1001001 10111110 100011 10100

Color Harmonies of #213E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E44

Black with #213E44

Text Example


Text Example

White with #213E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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