#153948

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

Shades of Blue Whale #153948

Tints of Blue Whale #153948

Color information

#153948 (or 0x153948) is unknown color: approx Blue Whale. HEX triplet: 15, 39 and 48. RGB value is (21,57,72). Sum of RGB (Red+Green+Blue) = 21+57+72=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #153948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153948 is #EAC6B7. Grayscale: #2F2F2F. Windows color (decimal): -15386296 or 4733205. OLE color: 4733205.

HSL color Cylindrical-coordinate representation of color #153948: hue angle of 197.65º 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 #153948 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB215772-
CMYK0.710.2100.72
HSL197.65º54.84%18.24%-
HSV(B)197.65º70.83%28.24%-
XYZ2.943.556.66-
YUV47.95141.57108.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 72 (28.52% from 255) = 48%
R=14%
G=38%
B=48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2157720.710.2100.72197.6554.8418.24
Hex1539484715048c63712
Octal25711101072501103066722
Binary101011110011001000100011110101010010001100011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153948; }

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

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

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

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

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

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

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

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