#15324C

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

Shades of Blue Whale #15324C

Tints of Blue Whale #15324C

Color information

#15324C (or 0x15324C) is unknown color: approx Blue Whale. HEX triplet: 15, 32 and 4C. RGB value is (21,50,76). Sum of RGB (Red+Green+Blue) = 21+50+76=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #15324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15324C is #EACDB3. Grayscale: #2C2C2C. Windows color (decimal): -15388084 or 4993557. OLE color: 4993557.

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

Color convert

RGB215076-
CMYK0.720.3400.70
HSL208.36º56.7%19.02%-
HSV(B)208.36º72.37%29.8%-
XYZ2.752.967.26-
YUV44.29145.89111.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=14.29%
G=34.01%
B=51.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2150760.720.3400.70208.3656.719.02
Hex15324C4822046d03913
Octal25621141104201063207123
Binary1010111001010011001001000100010010001101101000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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