#153347

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

Shades of Blue Whale #153347

Tints of Blue Whale #153347

Color information

#153347 (or 0x153347) is unknown color: approx Blue Whale. HEX triplet: 15, 33 and 47. RGB value is (21,51,71). Sum of RGB (Red+Green+Blue) = 21+51+71=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #153347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153347 is #EACCB8. Grayscale: #2C2C2C. Windows color (decimal): -15387833 or 4666133. OLE color: 4666133.

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

Color convert

RGB215171-
CMYK0.700.2800.72
HSL204º54.35%18.04%-
HSV(B)204º70.42%27.84%-
XYZ2.632.986.4-
YUV44.31143.06111.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=14.69%
G=35.66%
B=49.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2151710.700.2800.7220454.3518.04
Hex153347461C048cc3612
Octal25631071063401103146622
Binary101011100111000111100011011100010010001100110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153347; }

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

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

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

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

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

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

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

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