#16303C

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

Shades of Blue Whale #16303C

Tints of Blue Whale #16303C

Color information

#16303C (or 0x16303C) is unknown color: approx Blue Whale. HEX triplet: 16, 30 and 3C. RGB value is (22,48,60). Sum of RGB (Red+Green+Blue) = 22+48+60=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #16303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16303C is #E9CFC3. Grayscale: #292929. Windows color (decimal): -15323076 or 3944470. OLE color: 3944470.

HSL color Cylindrical-coordinate representation of color #16303C: hue angle of 198.95º 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 #16303C is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB224860-
CMYK0.630.2000.76
HSL198.95º46.34%16.08%-
HSV(B)198.95º63.33%23.53%-
XYZ2.22.614.66-
YUV41.59138.39114.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=16.92%
G=36.92%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2248600.630.2000.76198.9546.3416.08
Hex16303C3F1404Cc72e10
Octal266074772401143075620
Binary1011011000011110011111110100010011001100011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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