#1E3548

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

Shades of Blue Whale #1E3548

Tints of Blue Whale #1E3548

Color information

#1E3548 (or 0x1E3548) is unknown color: approx Blue Whale. HEX triplet: 1E, 35 and 48. RGB value is (30,53,72). Sum of RGB (Red+Green+Blue) = 30+53+72=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E3548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3548 is #E1CAB7. Grayscale: #303030. Windows color (decimal): -14797496 or 4732190. OLE color: 4732190.

HSL color Cylindrical-coordinate representation of color #1E3548: hue angle of 207.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E3548 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB305372-
CMYK0.580.2600.72
HSL207.14º41.18%20%-
HSV(B)207.14º58.33%28.24%-
XYZ2.983.296.61-
YUV48.29141.38114.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.35%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=19.35%
G=34.19%
B=46.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3053720.580.2600.72207.1441.1820
Hex1E35483A1A048cf2914
Octal3665110723201103175124
Binary11110110101100100011101011010010010001100111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E3548; }

 p { color: rgb(30,53,72); }

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

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

 a { background-color: rgb(30,53,72); }

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

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

 span { border-color: rgb(30,53,72); }

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