#1E374D

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

Shades of Blue Whale #1E374D

Tints of Blue Whale #1E374D

Color information

#1E374D (or 0x1E374D) is unknown color: approx Blue Whale. HEX triplet: 1E, 37 and 4D. RGB value is (30,55,77). Sum of RGB (Red+Green+Blue) = 30+55+77=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E374D is #E1C8B2. Grayscale: #313131. Windows color (decimal): -14796979 or 5060382. OLE color: 5060382.

HSL color Cylindrical-coordinate representation of color #1E374D: hue angle of 208.09º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E374D is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB305577-
CMYK0.610.2900.70
HSL208.09º43.93%20.98%-
HSV(B)208.09º61.04%30.2%-
XYZ3.243.547.53-
YUV50.03143.22113.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.52%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=18.52%
G=33.95%
B=47.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3055770.610.2900.70208.0943.9320.98
Hex1E374D3D1D046d02c15
Octal3667115753501063205425
Binary11110110111100110111110111101010001101101000010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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