#15384D

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

Shades of Blue Whale #15384D

Tints of Blue Whale #15384D

Color information

#15384D (or 0x15384D) is unknown color: approx Blue Whale. HEX triplet: 15, 38 and 4D. RGB value is (21,56,77). Sum of RGB (Red+Green+Blue) = 21+56+77=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #15384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15384D is #EAC7B2. Grayscale: #2F2F2F. Windows color (decimal): -15386547 or 5060629. OLE color: 5060629.

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

Color convert

RGB215677-
CMYK0.730.2700.70
HSL202.5º57.14%19.22%-
HSV(B)202.5º72.73%30.2%-
XYZ3.063.527.54-
YUV47.93144.4108.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 77 (30.47% from 255) = 50%
R=13.64%
G=36.36%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2156770.730.2700.70202.557.1419.22
Hex15384D491B046ca3913
Octal25701151113301063127123
Binary101011110001001101100100111011010001101100101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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