Html Css Color HEX #213639 Nordic

📋 copy color: '#213639'

red 33 ◦ green 54 ◦ blue 57

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

Shades of Nordic #213639

Tints of Nordic #213639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.5%

 BLUE value IS 57 (22.66% from 255) = 39.58%

R = 22.92%
G = 37.5%
B = 39.58%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213639 (or 0x213639) is known color: Nordic. HEX triplet: 21, 36 and 39. RGB value is (33,54,57). Sum of RGB (Red+Green+Blue) = 33+54+57=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #213639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213639 is #DEC9C6. Grayscale: #303030. Windows color (decimal): -14600647 or 3749409. OLE color: 3749409.

HSL color Cylindrical-coordinate representation of color #213639: hue angle of 187.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213639 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 54 57 -
CMYK 0.42 0.05 0 0.78
HSL 187.5º 0.27% 0.18% -
HSV(B) 187.5º 0.42% 0.22% -
XYZ 2.68 3.26 4.36 -
YUV 48.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 33 54 57 0.42 0.05 0 0.78 187.5 0.27 0.18
Hex 21 36 39 2A 5 0 4E BC 1B 12
Octal 41 66 71 52 5 0 116 274 33 22
Binary 100001 110110 111001 101010 101 0 1001110 10111100 11011 10010

Color Harmonies of #213639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213639

Black with #213639

Text Example


Text Example

White with #213639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213639; }

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

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

background-color css

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

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

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

border-color css

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

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

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