#153549

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

Shades of Blue Whale #153549

Tints of Blue Whale #153549

Color information

#153549 (or 0x153549) is unknown color: approx Blue Whale. HEX triplet: 15, 35 and 49. RGB value is (21,53,73). Sum of RGB (Red+Green+Blue) = 21+53+73=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #153549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153549 is #EACAB6. Grayscale: #2D2D2D. Windows color (decimal): -15387319 or 4797717. OLE color: 4797717.

HSL color Cylindrical-coordinate representation of color #153549: hue angle of 203.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153549 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB215373-
CMYK0.710.2700.71
HSL203.08º55.32%18.43%-
HSV(B)203.08º71.23%28.63%-
XYZ2.783.196.77-
YUV45.71143.4110.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=14.29%
G=36.05%
B=49.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2153730.710.2700.71203.0855.3218.43
Hex153549471B047cb3712
Octal25651111073301073136722
Binary101011101011001001100011111011010001111100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153549; }

 p { color: rgb(21,53,73); }

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

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

 a { background-color: rgb(21,53,73); }

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

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

 span { border-color: rgb(21,53,73); }

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