#153040

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

Shades of Blue Whale #153040

Tints of Blue Whale #153040

Color information

#153040 (or 0x153040) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 40. RGB value is (21,48,64). Sum of RGB (Red+Green+Blue) = 21+48+64=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #153040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153040 is #EACFBF. Grayscale: #292929. Windows color (decimal): -15388608 or 4206613. OLE color: 4206613.

HSL color Cylindrical-coordinate representation of color #153040: hue angle of 202.33º 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 #153040 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214864-
CMYK0.670.2500.75
HSL202.33º50.59%16.67%-
HSV(B)202.33º67.19%25.1%-
XYZ2.292.645.24-
YUV41.75140.55113.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=15.79%
G=36.09%
B=48.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2148640.670.2500.75202.3350.5916.67
Hex153040431904Bca3311
Octal25601001033101133126321
Binary101011100001000000100001111001010010111100101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153040; }

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

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

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

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

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

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

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

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