Html Css Color HEX #213D41 Nordic

📋 copy color: '#213D41'

red 33 ◦ green 61 ◦ blue 65

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

Shades of Nordic #213D41

Tints of Nordic #213D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.88%

R = 20.75%
G = 38.36%
B = 40.88%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#213D41 (or 0x213D41) is known color: Nordic. HEX triplet: 21, 3D and 41. RGB value is (33,61,65). Sum of RGB (Red+Green+Blue) = 33+61+65=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #213D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D41 is #DEC2BE. Grayscale: #353535. Windows color (decimal): -14598847 or 4275489. OLE color: 4275489.

HSL color Cylindrical-coordinate representation of color #213D41: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #213D41 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 61 65 -
CMYK 0.49 0.06 0 0.75
HSL 187.5º 0.33% 0.19% -
HSV(B) 187.5º 0.49% 0.25% -
XYZ 3.25 4.04 5.61 -
YUV 53.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 33 61 65 0.49 0.06 0 0.75 187.5 0.33 0.19
Hex 21 3D 41 31 6 0 4B BC 21 13
Octal 41 75 101 61 6 0 113 274 41 23
Binary 100001 111101 1000001 110001 110 0 1001011 10111100 100001 10011

Color Harmonies of #213D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D41

Black with #213D41

Text Example


Text Example

White with #213D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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