#16364D

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

Shades of Blue Whale #16364D

Tints of Blue Whale #16364D

Color information

#16364D (or 0x16364D) is unknown color: approx Blue Whale. HEX triplet: 16, 36 and 4D. RGB value is (22,54,77). Sum of RGB (Red+Green+Blue) = 22+54+77=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #16364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16364D is #E9C9B2. Grayscale: #2E2E2E. Windows color (decimal): -15321523 or 5060118. OLE color: 5060118.

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

Color convert

RGB225477-
CMYK0.710.3000.70
HSL205.09º55.56%19.41%-
HSV(B)205.09º71.43%30.2%-
XYZ2.993.347.51-
YUV47.05144.9110.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=14.38%
G=35.29%
B=50.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2254770.710.3000.70205.0955.5619.41
Hex16364D471E046cd3813
Octal26661151073601063157023
Binary101101101101001101100011111110010001101100110111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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