#223938

Color #223938 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #223938

Tints of Nordic #223938

Color information

#223938 (or 0x223938) is unknown color: approx Nordic. HEX triplet: 22, 39 and 38. RGB value is (34,57,56). Sum of RGB (Red+Green+Blue) = 34+57+56=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 57 - color contains mainly: green. Hex color #223938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223938 is #DDC6C7. Grayscale: #313131. Windows color (decimal): -14534344 or 3684642. OLE color: 3684642.

HSL color Cylindrical-coordinate representation of color #223938: hue angle of 177.39º 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 #223938 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB345756-
CMYK0.4000.020.78
HSL177.39º25.27%17.84%-
HSV(B)177.39º40.35%22.35%-
XYZ2.843.554.28-
YUV50.01131.38116.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=23.13%
G=38.78%
B=38.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3457560.4000.020.78177.3925.2717.84
Hex22393828024Eb11912
Octal42717050021162613122
Binary1000101110011110001010000101001110101100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223938; }

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

 H1.HeaderClassName
 {
   color: #223938;
 }
 .AnyTagClassName
 {
   color: #223938;
 }
</style>
background-color css

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

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

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

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

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

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