#15324E

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

Shades of Blue Whale #15324E

Tints of Blue Whale #15324E

Color information

#15324E (or 0x15324E) is unknown color: approx Blue Whale. HEX triplet: 15, 32 and 4E. RGB value is (21,50,78). Sum of RGB (Red+Green+Blue) = 21+50+78=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #15324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15324E is #EACDB1. Grayscale: #2C2C2C. Windows color (decimal): -15388082 or 5124629. OLE color: 5124629.

HSL color Cylindrical-coordinate representation of color #15324E: hue angle of 209.47º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15324E is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB215078-
CMYK0.730.3600.69
HSL209.47º57.58%19.41%-
HSV(B)209.47º73.08%30.59%-
XYZ2.832.997.64-
YUV44.52146.89111.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 78 (30.86% from 255) = 52.35%
R=14.09%
G=33.56%
B=52.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2150780.730.3600.69209.4757.5819.41
Hex15324E4924045d13a13
Octal25621161114401053217223
Binary1010111001010011101001001100100010001011101000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15324E; }

 p { color: rgb(21,50,78); }

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

<style>
 a { background-color: #15324E; }

 a { background-color: rgb(21,50,78); }

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

<style>
 span { border-color: #15324E; }

 span { border-color: rgb(21,50,78); }

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