#15344F

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

Shades of Blue Whale #15344F

Tints of Blue Whale #15344F

Color information

#15344F (or 0x15344F) is unknown color: approx Blue Whale. HEX triplet: 15, 34 and 4F. RGB value is (21,52,79). Sum of RGB (Red+Green+Blue) = 21+52+79=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #15344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15344F is #EACBB0. Grayscale: #2D2D2D. Windows color (decimal): -15387569 or 5190677. OLE color: 5190677.

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

Color convert

RGB215279-
CMYK0.730.3400.69
HSL207.93º58%19.61%-
HSV(B)207.93º73.42%30.98%-
XYZ2.953.187.86-
YUV45.81146.73110.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=13.82%
G=34.21%
B=51.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2152790.730.3400.69207.935819.61
Hex15344F4922045d03a14
Octal25641171114201053207224
Binary1010111010010011111001001100010010001011101000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15344F; }

 p { color: rgb(21,52,79); }

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

<style>
 a { background-color: #15344F; }

 a { background-color: rgb(21,52,79); }

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

<style>
 span { border-color: #15344F; }

 span { border-color: rgb(21,52,79); }

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