#153446

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

Shades of Blue Whale #153446

Tints of Blue Whale #153446

Color information

#153446 (or 0x153446) is unknown color: approx Blue Whale. HEX triplet: 15, 34 and 46. RGB value is (21,52,70). Sum of RGB (Red+Green+Blue) = 21+52+70=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #153446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153446 is #EACBB9. Grayscale: #2C2C2C. Windows color (decimal): -15387578 or 4600853. OLE color: 4600853.

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

Color convert

RGB215270-
CMYK0.700.2600.73
HSL202.04º53.85%17.84%-
HSV(B)202.04º70%27.45%-
XYZ2.643.066.25-
YUV44.78142.23111.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=14.69%
G=36.36%
B=48.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2152700.700.2600.73202.0453.8517.84
Hex153446461A049ca3612
Octal25641061063201113126622
Binary101011101001000110100011011010010010011100101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153446; }

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

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

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

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

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

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

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

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