#153341

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

Shades of Blue Whale #153341

Tints of Blue Whale #153341

Color information

#153341 (or 0x153341) is unknown color: approx Blue Whale. HEX triplet: 15, 33 and 41. RGB value is (21,51,65). Sum of RGB (Red+Green+Blue) = 21+51+65=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #153341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153341 is #EACCBE. Grayscale: #2B2B2B. Windows color (decimal): -15387839 or 4272917. OLE color: 4272917.

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

Color convert

RGB215165-
CMYK0.680.2200.75
HSL199.09º51.16%16.86%-
HSV(B)199.09º67.69%25.49%-
XYZ2.452.915.43-
YUV43.63140.06111.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=15.33%
G=37.23%
B=47.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2151650.680.2200.75199.0951.1616.86
Hex153341441604Bc73311
Octal25631011042601133076321
Binary101011100111000001100010010110010010111100011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153341; }

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

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

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

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

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

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

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

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