#16374A

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

Shades of Blue Whale #16374A

Tints of Blue Whale #16374A

Color information

#16374A (or 0x16374A) is unknown color: approx Blue Whale. HEX triplet: 16, 37 and 4A. RGB value is (22,55,74). Sum of RGB (Red+Green+Blue) = 22+55+74=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #16374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16374A is #E9C8B5. Grayscale: #2F2F2F. Windows color (decimal): -15321270 or 4863766. OLE color: 4863766.

HSL color Cylindrical-coordinate representation of color #16374A: hue angle of 201.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16374A is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB225574-
CMYK0.700.2600.71
HSL201.92º54.17%18.82%-
HSV(B)201.92º70.27%29.02%-
XYZ2.933.46.98-
YUV47.3143.07109.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 55 (21.88% from 255) = 36.42%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=14.57%
G=36.42%
B=49.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2255740.700.2600.71201.9254.1718.82
Hex16374A461A047ca3613
Octal26671121063201073126623
Binary101101101111001010100011011010010001111100101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16374A; }

 p { color: rgb(22,55,74); }

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

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

 a { background-color: rgb(22,55,74); }

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

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

 span { border-color: rgb(22,55,74); }

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