#223539

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

Shades of Nordic #223539

Tints of Nordic #223539

Color information

#223539 (or 0x223539) is unknown color: approx Nordic. HEX triplet: 22, 35 and 39. RGB value is (34,53,57). Sum of RGB (Red+Green+Blue) = 34+53+57=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #223539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223539 is #DDCAC6. Grayscale: #2F2F2F. Windows color (decimal): -14535367 or 3749154. OLE color: 3749154.

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

Color convert

RGB345357-
CMYK0.400.0700.78
HSL190.43º25.27%17.84%-
HSV(B)190.43º40.35%22.35%-
XYZ2.673.184.34-
YUV47.78133.21118.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=23.61%
G=36.81%
B=39.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3453570.400.0700.78190.4325.2717.84
Hex22353928704Ebe1912
Octal42657150701162763122
Binary10001011010111100110100011101001110101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223539; }

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

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

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

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

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

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

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

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