#153849

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

Shades of Blue Whale #153849

Tints of Blue Whale #153849

Color information

#153849 (or 0x153849) is unknown color: approx Blue Whale. HEX triplet: 15, 38 and 49. RGB value is (21,56,73). Sum of RGB (Red+Green+Blue) = 21+56+73=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #153849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153849 is #EAC7B6. Grayscale: #2F2F2F. Windows color (decimal): -15386551 or 4798485. OLE color: 4798485.

HSL color Cylindrical-coordinate representation of color #153849: hue angle of 199.62º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153849 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB215673-
CMYK0.710.2300.71
HSL199.62º55.32%18.43%-
HSV(B)199.62º71.23%28.63%-
XYZ2.933.476.82-
YUV47.47142.4109.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 73 (28.91% from 255) = 48.67%
R=14%
G=37.33%
B=48.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2156730.710.2300.71199.6255.3218.43
Hex1538494717047c83712
Octal25701111072701073106722
Binary101011110001001001100011110111010001111100100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153849; }

 p { color: rgb(21,56,73); }

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

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

 a { background-color: rgb(21,56,73); }

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

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

 span { border-color: rgb(21,56,73); }

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