Html Css Color HEX #213D43 Nordic

📋 copy color: '#213D43'

red 33 ◦ green 61 ◦ blue 67

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

Shades of Nordic #213D43

Tints of Nordic #213D43

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.89%

 BLUE value IS 67 (26.56% from 255) = 41.61%

R = 20.5%
G = 37.89%
B = 41.61%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#213D43 (or 0x213D43) is known color: Nordic. HEX triplet: 21, 3D and 43. RGB value is (33,61,67). Sum of RGB (Red+Green+Blue) = 33+61+67=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #213D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D43 is #DEC2BC. Grayscale: #353535. Windows color (decimal): -14598845 or 4406561. OLE color: 4406561.

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

Color convert

RGB 33 61 67 -
CMYK 0.51 0.09 0 0.74
HSL 190.59º 0.34% 0.2% -
HSV(B) 190.59º 0.51% 0.26% -
XYZ 3.31 4.07 5.92 -
YUV 53.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 33 61 67 0.51 0.09 0 0.74 190.59 0.34 0.2
Hex 21 3D 43 33 9 0 4A BF 22 14
Octal 41 75 103 63 11 0 112 277 42 24
Binary 100001 111101 1000011 110011 1001 0 1001010 10111111 100010 10100

Color Harmonies of #213D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D43

Black with #213D43

Text Example


Text Example

White with #213D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,61,67); }

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

background-color css

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

 a { background-color: rgb(33,61,67); }

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

border-color css

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

 span { border-color: rgb(33,61,67); }

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