#223A40

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

Shades of Nordic #223A40

Tints of Nordic #223A40

Color information

#223A40 (or 0x223A40) is unknown color: approx Nordic. HEX triplet: 22, 3A and 40. RGB value is (34,58,64). Sum of RGB (Red+Green+Blue) = 34+58+64=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #223A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A40 is #DDC5BF. Grayscale: #333333. Windows color (decimal): -14534080 or 4209186. OLE color: 4209186.

HSL color Cylindrical-coordinate representation of color #223A40: hue angle of 192º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #223A40 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB345864-
CMYK0.470.0900.75
HSL192º30.61%19.22%-
HSV(B)192º46.88%25.1%-
XYZ3.13.745.41-
YUV51.51135.05115.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=21.79%
G=37.18%
B=41.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3458640.470.0900.7519230.6119.22
Hex223A402F904Bc01f13
Octal4272100571101133003723
Binary1000101110101000000101111100101001011110000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223A40; }

 p { color: rgb(34,58,64); }

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

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

 a { background-color: rgb(34,58,64); }

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

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

 span { border-color: rgb(34,58,64); }

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