#153247

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

Shades of Blue Whale #153247

Tints of Blue Whale #153247

Color information

#153247 (or 0x153247) is unknown color: approx Blue Whale. HEX triplet: 15, 32 and 47. RGB value is (21,50,71). Sum of RGB (Red+Green+Blue) = 21+50+71=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #153247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153247 is #EACDB8. Grayscale: #2B2B2B. Windows color (decimal): -15388089 or 4665877. OLE color: 4665877.

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

Color convert

RGB215071-
CMYK0.700.3000.72
HSL205.2º54.35%18.04%-
HSV(B)205.2º70.42%27.84%-
XYZ2.592.96.38-
YUV43.72143.39111.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 71 (28.12% from 255) = 50%
R=14.79%
G=35.21%
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.72
SystemRedGreenBlueCMYKHSL
Decimal2150710.700.3000.72205.254.3518.04
Hex153247461E048cd3612
Octal25621071063601103156622
Binary101011100101000111100011011110010010001100110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153247; }

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

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

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

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

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

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

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

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