#16324D

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

Shades of Blue Whale #16324D

Tints of Blue Whale #16324D

Color information

#16324D (or 0x16324D) is unknown color: approx Blue Whale. HEX triplet: 16, 32 and 4D. RGB value is (22,50,77). Sum of RGB (Red+Green+Blue) = 22+50+77=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #16324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16324D is #E9CDB2. Grayscale: #2C2C2C. Windows color (decimal): -15322547 or 5059094. OLE color: 5059094.

HSL color Cylindrical-coordinate representation of color #16324D: hue angle of 209.45º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16324D is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB225077-
CMYK0.710.3500.70
HSL209.45º55.56%19.41%-
HSV(B)209.45º71.43%30.2%-
XYZ2.812.997.45-
YUV44.71146.22111.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=14.77%
G=33.56%
B=51.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2250770.710.3500.70209.4555.5619.41
Hex16324D4723046d13813
Octal26621151074301063217023
Binary1011011001010011011000111100011010001101101000111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,50,77); }

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

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

 a { background-color: rgb(22,50,77); }

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

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

 span { border-color: rgb(22,50,77); }

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