#15304D

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

Shades of Blue Whale #15304D

Tints of Blue Whale #15304D

Color information

#15304D (or 0x15304D) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 4D. RGB value is (21,48,77). Sum of RGB (Red+Green+Blue) = 21+48+77=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #15304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15304D is #EACFB2. Grayscale: #2B2B2B. Windows color (decimal): -15388595 or 5058581. OLE color: 5058581.

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

Color convert

RGB214877-
CMYK0.730.3800.70
HSL211.07º57.14%19.22%-
HSV(B)211.07º72.73%30.2%-
XYZ2.712.817.42-
YUV43.23147.05112.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=14.38%
G=32.88%
B=52.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2148770.730.3800.70211.0757.1419.22
Hex15304D4926046d33913
Octal25601151114601063237123
Binary1010111000010011011001001100110010001101101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,48,77); }

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

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

 a { background-color: rgb(21,48,77); }

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

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

 span { border-color: rgb(21,48,77); }

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