#153848

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

Shades of Blue Whale #153848

Tints of Blue Whale #153848

Color information

#153848 (or 0x153848) is unknown color: approx Blue Whale. HEX triplet: 15, 38 and 48. RGB value is (21,56,72). Sum of RGB (Red+Green+Blue) = 21+56+72=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #153848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153848 is #EAC7B7. Grayscale: #2F2F2F. Windows color (decimal): -15386552 or 4732949. OLE color: 4732949.

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

Color convert

RGB215672-
CMYK0.710.2200.72
HSL198.82º54.84%18.24%-
HSV(B)198.82º70.83%28.24%-
XYZ2.893.466.65-
YUV47.36141.9109.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=14.09%
G=37.58%
B=48.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2156720.710.2200.72198.8254.8418.24
Hex1538484716048c73712
Octal25701101072601103076722
Binary101011110001001000100011110110010010001100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153848; }

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

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

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

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

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

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

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

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