#153540

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

Shades of Blue Whale #153540

Tints of Blue Whale #153540

Color information

#153540 (or 0x153540) is unknown color: approx Blue Whale. HEX triplet: 15, 35 and 40. RGB value is (21,53,64). Sum of RGB (Red+Green+Blue) = 21+53+64=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #153540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153540 is #EACABF. Grayscale: #2C2C2C. Windows color (decimal): -15387328 or 4207893. OLE color: 4207893.

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

Color convert

RGB215364-
CMYK0.670.1700.75
HSL195.35º50.59%16.67%-
HSV(B)195.35º67.19%25.1%-
XYZ2.513.085.31-
YUV44.69138.9111.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=15.22%
G=38.41%
B=46.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2153640.670.1700.75195.3550.5916.67
Hex153540431104Bc33311
Octal25651001032101133036321
Binary101011101011000000100001110001010010111100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153540; }

 p { color: rgb(21,53,64); }

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

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

 a { background-color: rgb(21,53,64); }

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

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

 span { border-color: rgb(21,53,64); }

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