#16353C

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

Shades of Nordic #16353C

Tints of Nordic #16353C

Color information

#16353C (or 0x16353C) is unknown color: approx Nordic. HEX triplet: 16, 35 and 3C. RGB value is (22,53,60). Sum of RGB (Red+Green+Blue) = 22+53+60=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #16353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16353C is #E9CAC3. Grayscale: #2C2C2C. Windows color (decimal): -15321796 or 3945750. OLE color: 3945750.

HSL color Cylindrical-coordinate representation of color #16353C: hue angle of 191.05º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16353C is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB225360-
CMYK0.630.1200.76
HSL191.05º46.34%16.08%-
HSV(B)191.05º63.33%23.53%-
XYZ2.423.044.73-
YUV44.53136.73111.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=16.30%
G=39.26%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2253600.630.1200.76191.0546.3416.08
Hex16353C3FC04Cbf2e10
Octal266574771401142775620
Binary101101101011111001111111100010011001011111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16353C; }

 p { color: rgb(22,53,60); }

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

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

 a { background-color: rgb(22,53,60); }

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

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

 span { border-color: rgb(22,53,60); }

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