#16354D

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

Shades of Blue Whale #16354D

Tints of Blue Whale #16354D

Color information

#16354D (or 0x16354D) is unknown color: approx Blue Whale. HEX triplet: 16, 35 and 4D. RGB value is (22,53,77). Sum of RGB (Red+Green+Blue) = 22+53+77=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #16354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16354D is #E9CAB2. Grayscale: #2E2E2E. Windows color (decimal): -15321779 or 5059862. OLE color: 5059862.

HSL color Cylindrical-coordinate representation of color #16354D: hue angle of 206.18º 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 #16354D is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB225377-
CMYK0.710.3100.70
HSL206.18º55.56%19.41%-
HSV(B)206.18º71.43%30.2%-
XYZ2.943.257.49-
YUV46.47145.23110.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=14.47%
G=34.87%
B=50.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2253770.710.3100.70206.1855.5619.41
Hex16354D471F046ce3813
Octal26651151073701063167023
Binary101101101011001101100011111111010001101100111011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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