Html Css Color HEX #223739 Nordic

📋 copy color: '#223739'

red 34 ◦ green 55 ◦ blue 57

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

Shades of Nordic #223739

Tints of Nordic #223739

RGB

 RED value IS 34 (13.67% from 255) = 23.29%

 GREEN value IS 55 (21.88% from 255) = 37.67%

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

R = 23.29%
G = 37.67%
B = 39.04%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223739 (or 0x223739) is known color: Nordic. HEX triplet: 22, 37 and 39. RGB value is (34,55,57). Sum of RGB (Red+Green+Blue) = 34+55+57=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #223739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223739 is #DDC8C6. Grayscale: #303030. Windows color (decimal): -14534855 or 3749666. OLE color: 3749666.

HSL color Cylindrical-coordinate representation of color #223739: hue angle of 185.22º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #223739 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 55 57 -
CMYK 0.40 0.04 0 0.78
HSL 185.22º 0.25% 0.18% -
HSV(B) 185.22º 0.4% 0.22% -
XYZ 2.76 3.37 4.38 -
YUV 48.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 34 55 57 0.40 0.04 0 0.78 185.22 0.25 0.18
Hex 22 37 39 28 4 0 4E B9 19 12
Octal 42 67 71 50 4 0 116 271 31 22
Binary 100010 110111 111001 101000 100 0 1001110 10111001 11001 10010

Color Harmonies of #223739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223739

Black with #223739

Text Example


Text Example

White with #223739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223739; }

 p { color: rgb(34,55,57); }

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

background-color css

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

 a { background-color: rgb(34,55,57); }

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

border-color css

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

 span { border-color: rgb(34,55,57); }

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