#1E3748

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

Shades of Blue Whale #1E3748

Tints of Blue Whale #1E3748

Color information

#1E3748 (or 0x1E3748) is unknown color: approx Blue Whale. HEX triplet: 1E, 37 and 48. RGB value is (30,55,72). Sum of RGB (Red+Green+Blue) = 30+55+72=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E3748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3748 is #E1C8B7. Grayscale: #313131. Windows color (decimal): -14796984 or 4732702. OLE color: 4732702.

HSL color Cylindrical-coordinate representation of color #1E3748: hue angle of 204.29º 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 #1E3748 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB305572-
CMYK0.580.2400.72
HSL204.29º41.18%20%-
HSV(B)204.29º58.33%28.24%-
XYZ3.073.486.64-
YUV49.46140.72114.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.11%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=19.11%
G=35.03%
B=45.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3055720.580.2400.72204.2941.1820
Hex1E37483A18048cc2914
Octal3667110723001103145124
Binary11110110111100100011101011000010010001100110010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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