Html Css Color HEX #223738 Nordic

📋 copy color: '#223738'

red 34 ◦ green 55 ◦ blue 56

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

Shades of Nordic #223738

Tints of Nordic #223738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 23.45%
G = 37.93%
B = 38.62%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223738 (or 0x223738) is known color: Nordic. HEX triplet: 22, 37 and 38. RGB value is (34,55,56). Sum of RGB (Red+Green+Blue) = 34+55+56=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #223738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223738 is #DDC8C7. Grayscale: #303030. Windows color (decimal): -14534856 or 3684130. OLE color: 3684130.

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

Color convert

RGB 34 55 56 -
CMYK 0.39 0.02 0 0.78
HSL 182.73º 0.24% 0.18% -
HSV(B) 182.73º 0.39% 0.22% -
XYZ 2.74 3.36 4.25 -
YUV 48.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 34 55 56 0.39 0.02 0 0.78 182.73 0.24 0.18
Hex 22 37 38 27 2 0 4E B7 18 12
Octal 42 67 70 47 2 0 116 267 30 22
Binary 100010 110111 111000 100111 10 0 1001110 10110111 11000 10010

Color Harmonies of #223738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223738

Black with #223738

Text Example


Text Example

White with #223738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223738; }

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

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

background-color css

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

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

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

border-color css

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

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

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