#15314C

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

Shades of Blue Whale #15314C

Tints of Blue Whale #15314C

Color information

#15314C (or 0x15314C) is unknown color: approx Blue Whale. HEX triplet: 15, 31 and 4C. RGB value is (21,49,76). Sum of RGB (Red+Green+Blue) = 21+49+76=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #15314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15314C is #EACEB3. Grayscale: #2B2B2B. Windows color (decimal): -15388340 or 4993301. OLE color: 4993301.

HSL color Cylindrical-coordinate representation of color #15314C: hue angle of 209.45º 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 #15314C is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB214976-
CMYK0.720.3600.70
HSL209.45º56.7%19.02%-
HSV(B)209.45º72.37%29.8%-
XYZ2.712.887.25-
YUV43.71146.22111.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=14.38%
G=33.56%
B=52.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2149760.720.3600.70209.4556.719.02
Hex15314C4824046d13913
Octal25611141104401063217123
Binary1010111000110011001001000100100010001101101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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