#224146

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

Shades of Nordic #224146

Tints of Nordic #224146

Color information

#224146 (or 0x224146) is unknown color: approx Nordic. HEX triplet: 22, 41 and 46. RGB value is (34,65,70). Sum of RGB (Red+Green+Blue) = 34+65+70=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #224146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224146 is #DDBEB9. Grayscale: #383838. Windows color (decimal): -14532282 or 4604194. OLE color: 4604194.

HSL color Cylindrical-coordinate representation of color #224146: hue angle of 188.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224146 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB346570-
CMYK0.510.0700.73
HSL188.33º34.62%20.39%-
HSV(B)188.33º51.43%27.45%-
XYZ3.664.566.48-
YUV56.3135.73112.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=20.12%
G=38.46%
B=41.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3465700.510.0700.73188.3334.6220.39
Hex224146337049bc2314
Octal4210110663701112744324
Binary10001010000011000110110011111010010011011110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224146; }

 p { color: rgb(34,65,70); }

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

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

 a { background-color: rgb(34,65,70); }

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

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

 span { border-color: rgb(34,65,70); }

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