#153447

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

Shades of Blue Whale #153447

Tints of Blue Whale #153447

Color information

#153447 (or 0x153447) is unknown color: approx Blue Whale. HEX triplet: 15, 34 and 47. RGB value is (21,52,71). Sum of RGB (Red+Green+Blue) = 21+52+71=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #153447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153447 is #EACBB8. Grayscale: #2C2C2C. Windows color (decimal): -15387577 or 4666389. OLE color: 4666389.

HSL color Cylindrical-coordinate representation of color #153447: hue angle of 202.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153447 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB215271-
CMYK0.700.2700.72
HSL202.8º54.35%18.04%-
HSV(B)202.8º70.42%27.84%-
XYZ2.673.076.41-
YUV44.9142.73110.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=14.58%
G=36.11%
B=49.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2152710.700.2700.72202.854.3518.04
Hex153447461B048cb3612
Octal25641071063301103136622
Binary101011101001000111100011011011010010001100101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153447; }

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

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

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

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

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

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

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

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