#163038

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

Shades of Nordic #163038

Tints of Nordic #163038

Color information

#163038 (or 0x163038) is unknown color: approx Nordic. HEX triplet: 16, 30 and 38. RGB value is (22,48,56). Sum of RGB (Red+Green+Blue) = 22+48+56=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #163038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163038 is #E9CFC7. Grayscale: #292929. Windows color (decimal): -15323080 or 3682326. OLE color: 3682326.

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

Color convert

RGB224856-
CMYK0.610.1400.78
HSL194.12º43.59%15.29%-
HSV(B)194.12º60.71%21.96%-
XYZ2.12.574.13-
YUV41.14136.39114.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=17.46%
G=38.10%
B=44.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2248560.610.1400.78194.1243.5915.29
Hex1630383DE04Ec22cf
Octal266070751601163025417
Binary10110110000111000111101111001001110110000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163038; }

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

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

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

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

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

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

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

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