Html Css Color HEX #213C43 Nordic

📋 copy color: '#213C43'

red 33 ◦ green 60 ◦ blue 67

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

Shades of Nordic #213C43

Tints of Nordic #213C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.5%

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

R = 20.63%
G = 37.5%
B = 41.88%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#213C43 (or 0x213C43) is known color: Nordic. HEX triplet: 21, 3C and 43. RGB value is (33,60,67). Sum of RGB (Red+Green+Blue) = 33+60+67=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #213C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C43 is #DEC3BC. Grayscale: #343434. Windows color (decimal): -14599101 or 4406305. OLE color: 4406305.

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

Color convert

RGB 33 60 67 -
CMYK 0.51 0.10 0 0.74
HSL 192.35º 0.34% 0.2% -
HSV(B) 192.35º 0.51% 0.26% -
XYZ 3.26 3.96 5.9 -
YUV 52.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 33 60 67 0.51 0.10 0 0.74 192.35 0.34 0.2
Hex 21 3C 43 33 A 0 4A C0 22 14
Octal 41 74 103 63 12 0 112 300 42 24
Binary 100001 111100 1000011 110011 1010 0 1001010 11000000 100010 10100

Color Harmonies of #213C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C43

Black with #213C43

Text Example


Text Example

White with #213C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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