Html Css Color HEX #213336 Nordic

📋 copy color: '#213336'

red 33 ◦ green 51 ◦ blue 54

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

Shades of Nordic #213336

Tints of Nordic #213336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 23.91%
G = 36.96%
B = 39.13%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#213336 (or 0x213336) is known color: Nordic. HEX triplet: 21, 33 and 36. RGB value is (33,51,54). Sum of RGB (Red+Green+Blue) = 33+51+54=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #213336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213336 is #DECCC9. Grayscale: #2D2D2D. Windows color (decimal): -14601418 or 3552033. OLE color: 3552033.

HSL color Cylindrical-coordinate representation of color #213336: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #213336 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 51 54 -
CMYK 0.39 0.06 0 0.79
HSL 188.57º 0.24% 0.17% -
HSV(B) 188.57º 0.39% 0.21% -
XYZ 2.48 2.96 3.93 -
YUV 45.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 33 51 54 0.39 0.06 0 0.79 188.57 0.24 0.17
Hex 21 33 36 27 6 0 4F BD 18 11
Octal 41 63 66 47 6 0 117 275 30 21
Binary 100001 110011 110110 100111 110 0 1001111 10111101 11000 10001

Color Harmonies of #213336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213336

Black with #213336

Text Example


Text Example

White with #213336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213336; }

 p { color: rgb(33,51,54); }

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

background-color css

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

 a { background-color: rgb(33,51,54); }

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

border-color css

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

 span { border-color: rgb(33,51,54); }

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