#163438

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

Shades of Nordic #163438

Tints of Nordic #163438

Color information

#163438 (or 0x163438) is unknown color: approx Nordic. HEX triplet: 16, 34 and 38. RGB value is (22,52,56). Sum of RGB (Red+Green+Blue) = 22+52+56=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #163438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163438 is #E9CBC7. Grayscale: #2B2B2B. Windows color (decimal): -15322056 or 3683350. OLE color: 3683350.

HSL color Cylindrical-coordinate representation of color #163438: hue angle of 187.06º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163438 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB225256-
CMYK0.610.0700.78
HSL187.06º43.59%15.29%-
HSV(B)187.06º60.71%21.96%-
XYZ2.272.914.18-
YUV43.49135.06112.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=16.92%
G=40%
B=43.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2252560.610.0700.78187.0643.5915.29
Hex1634383D704Ebb2cf
Octal26647075701162735417
Binary1011011010011100011110111101001110101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163438; }

 p { color: rgb(22,52,56); }

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

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

 a { background-color: rgb(22,52,56); }

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

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

 span { border-color: rgb(22,52,56); }

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