#16313D

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

Shades of Blue Whale #16313D

Tints of Blue Whale #16313D

Color information

#16313D (or 0x16313D) is unknown color: approx Blue Whale. HEX triplet: 16, 31 and 3D. RGB value is (22,49,61). Sum of RGB (Red+Green+Blue) = 22+49+61=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #16313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16313D is #E9CEC2. Grayscale: #2A2A2A. Windows color (decimal): -15322819 or 4010262. OLE color: 4010262.

HSL color Cylindrical-coordinate representation of color #16313D: hue angle of 198.46º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16313D is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB224961-
CMYK0.640.2000.76
HSL198.46º46.99%16.27%-
HSV(B)198.46º63.93%23.92%-
XYZ2.272.74.82-
YUV42.29138.55113.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.67%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=16.67%
G=37.12%
B=46.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2249610.640.2000.76198.4646.9916.27
Hex16313D401404Cc62f10
Octal2661751002401143065720
Binary10110110001111101100000010100010011001100011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16313D; }

 p { color: rgb(22,49,61); }

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

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

 a { background-color: rgb(22,49,61); }

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

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

 span { border-color: rgb(22,49,61); }

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