#153246

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

Shades of Blue Whale #153246

Tints of Blue Whale #153246

Color information

#153246 (or 0x153246) is unknown color: approx Blue Whale. HEX triplet: 15, 32 and 46. RGB value is (21,50,70). Sum of RGB (Red+Green+Blue) = 21+50+70=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #153246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153246 is #EACDB9. Grayscale: #2B2B2B. Windows color (decimal): -15388090 or 4600341. OLE color: 4600341.

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

Color convert

RGB215070-
CMYK0.700.2900.73
HSL204.49º53.85%17.84%-
HSV(B)204.49º70%27.45%-
XYZ2.562.886.22-
YUV43.61142.89111.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=14.89%
G=35.46%
B=49.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2150700.700.2900.73204.4953.8517.84
Hex153246461D049cc3612
Octal25621061063501113146622
Binary101011100101000110100011011101010010011100110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153246; }

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

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

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

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

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

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

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

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