#223839

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

Shades of Nordic #223839

Tints of Nordic #223839

Color information

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

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

Color convert

RGB345657-
CMYK0.400.0200.78
HSL182.61º25.27%17.84%-
HSV(B)182.61º40.35%22.35%-
XYZ2.813.464.39-
YUV49.54132.21116.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3456570.400.0200.78182.6125.2717.84
Hex22383928204Eb71912
Octal42707150201162673122
Binary1000101110001110011010001001001110101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223839; }

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

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

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

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

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

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

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

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