#153146

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

Shades of Blue Whale #153146

Tints of Blue Whale #153146

Color information

#153146 (or 0x153146) is unknown color: approx Blue Whale. HEX triplet: 15, 31 and 46. RGB value is (21,49,70). Sum of RGB (Red+Green+Blue) = 21+49+70=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #153146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153146 is #EACEB9. Grayscale: #2A2A2A. Windows color (decimal): -15388346 or 4600085. OLE color: 4600085.

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

Color convert

RGB214970-
CMYK0.700.3000.73
HSL205.71º53.85%17.84%-
HSV(B)205.71º70%27.45%-
XYZ2.512.86.2-
YUV43.02143.22112.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 70 (27.73% from 255) = 50%
R=15%
G=35%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2149700.700.3000.73205.7153.8517.84
Hex153146461E049ce3612
Octal25611061063601113166622
Binary101011100011000110100011011110010010011100111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153146; }

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

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

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

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

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

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

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

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