Html Css Color HEX #213F44 Nordic

📋 copy color: '#213F44'

red 33 ◦ green 63 ◦ blue 68

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

Shades of Nordic #213F44

Tints of Nordic #213F44

RGB

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

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

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

R = 20.12%
G = 38.41%
B = 41.46%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213F44 (or 0x213F44) is known color: Nordic. HEX triplet: 21, 3F and 44. RGB value is (33,63,68). Sum of RGB (Red+Green+Blue) = 33+63+68=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 68 - color contains mainly: blue. Hex color #213F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F44 is #DEC0BB. Grayscale: #363636. Windows color (decimal): -14598332 or 4472609. OLE color: 4472609.

HSL color Cylindrical-coordinate representation of color #213F44: hue angle of 188.57º 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 #213F44 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 63 68 -
CMYK 0.51 0.07 0 0.73
HSL 188.57º 0.35% 0.2% -
HSV(B) 188.57º 0.51% 0.27% -
XYZ 3.45 4.3 6.12 -
YUV 54.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 33 63 68 0.51 0.07 0 0.73 188.57 0.35 0.2
Hex 21 3F 44 33 7 0 49 BD 23 14
Octal 41 77 104 63 7 0 111 275 43 24
Binary 100001 111111 1000100 110011 111 0 1001001 10111101 100011 10100

Color Harmonies of #213F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F44

Black with #213F44

Text Example


Text Example

White with #213F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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