#15384A

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

Shades of Blue Whale #15384A

Tints of Blue Whale #15384A

Color information

#15384A (or 0x15384A) is unknown color: approx Blue Whale. HEX triplet: 15, 38 and 4A. RGB value is (21,56,74). Sum of RGB (Red+Green+Blue) = 21+56+74=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #15384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15384A is #EAC7B5. Grayscale: #2F2F2F. Windows color (decimal): -15386550 or 4864021. OLE color: 4864021.

HSL color Cylindrical-coordinate representation of color #15384A: hue angle of 200.38º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15384A is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB215674-
CMYK0.720.2400.71
HSL200.38º55.79%18.63%-
HSV(B)200.38º71.62%29.02%-
XYZ2.963.486.99-
YUV47.59142.9109.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=13.91%
G=37.09%
B=49.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2156740.720.2400.71200.3855.7918.63
Hex15384A4818047c83813
Octal25701121103001073107023
Binary101011110001001010100100011000010001111100100011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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