#15364D

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

Shades of Blue Whale #15364D

Tints of Blue Whale #15364D

Color information

#15364D (or 0x15364D) is unknown color: approx Blue Whale. HEX triplet: 15, 36 and 4D. RGB value is (21,54,77). Sum of RGB (Red+Green+Blue) = 21+54+77=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 54 (21.48% from 255 or 35.53% 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 #15364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15364D is #EAC9B2. Grayscale: #2E2E2E. Windows color (decimal): -15387059 or 5060117. OLE color: 5060117.

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

Color convert

RGB215477-
CMYK0.730.3000.70
HSL204.64º57.14%19.22%-
HSV(B)204.64º72.73%30.2%-
XYZ2.973.337.51-
YUV46.76145.07109.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=13.82%
G=35.53%
B=50.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2154770.730.3000.70204.6457.1419.22
Hex15364D491E046cd3913
Octal25661151113601063157123
Binary101011101101001101100100111110010001101100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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