#153241

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

Shades of Blue Whale #153241

Tints of Blue Whale #153241

Color information

#153241 (or 0x153241) is unknown color: approx Blue Whale. HEX triplet: 15, 32 and 41. RGB value is (21,50,65). Sum of RGB (Red+Green+Blue) = 21+50+65=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #153241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153241 is #EACDBE. Grayscale: #2A2A2A. Windows color (decimal): -15388095 or 4272661. OLE color: 4272661.

HSL color Cylindrical-coordinate representation of color #153241: hue angle of 200.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153241 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB215065-
CMYK0.680.2300.75
HSL200.45º51.16%16.86%-
HSV(B)200.45º67.69%25.49%-
XYZ2.42.825.42-
YUV43.04140.39112.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=15.44%
G=36.76%
B=47.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2150650.680.2300.75200.4551.1616.86
Hex153241441704Bc83311
Octal25621011042701133106321
Binary101011100101000001100010010111010010111100100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153241; }

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

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

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

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

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

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

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

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