#223638

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

Shades of Nordic #223638

Tints of Nordic #223638

Color information

#223638 (or 0x223638) is unknown color: approx Nordic. HEX triplet: 22, 36 and 38. RGB value is (34,54,56). Sum of RGB (Red+Green+Blue) = 34+54+56=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #223638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223638 is #DDC9C7. Grayscale: #303030. Windows color (decimal): -14535112 or 3683874. OLE color: 3683874.

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

Color convert

RGB345456-
CMYK0.390.0400.78
HSL185.45º24.44%17.65%-
HSV(B)185.45º39.29%21.96%-
XYZ2.693.264.23-
YUV48.25132.37117.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=23.61%
G=37.5%
B=38.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3454560.390.0400.78185.4524.4417.65
Hex22363827404Eb91812
Octal42667047401162713022
Binary10001011011011100010011110001001110101110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223638; }

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

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

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

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

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

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

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

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