#153441

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

Shades of Blue Whale #153441

Tints of Blue Whale #153441

Color information

#153441 (or 0x153441) is unknown color: approx Blue Whale. HEX triplet: 15, 34 and 41. RGB value is (21,52,65). Sum of RGB (Red+Green+Blue) = 21+52+65=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #153441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153441 is #EACBBE. Grayscale: #2C2C2C. Windows color (decimal): -15387583 or 4273173. OLE color: 4273173.

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

Color convert

RGB215265-
CMYK0.680.2000.75
HSL197.73º51.16%16.86%-
HSV(B)197.73º67.69%25.49%-
XYZ2.4935.45-
YUV44.21139.73111.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=15.22%
G=37.68%
B=47.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2152650.680.2000.75197.7351.1616.86
Hex153441441404Bc63311
Octal25641011042401133066321
Binary101011101001000001100010010100010010111100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153441; }

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

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

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

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

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

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

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

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