#1E3242

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

Shades of Blue Whale #1E3242

Tints of Blue Whale #1E3242

Color information

#1E3242 (or 0x1E3242) is unknown color: approx Blue Whale. HEX triplet: 1E, 32 and 42. RGB value is (30,50,66). Sum of RGB (Red+Green+Blue) = 30+50+66=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #1E3242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3242 is #E1CDBD. Grayscale: #2D2D2D. Windows color (decimal): -14798270 or 4338206. OLE color: 4338206.

HSL color Cylindrical-coordinate representation of color #1E3242: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E3242 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB305066-
CMYK0.550.2400.74
HSL206.67º37.5%18.82%-
HSV(B)206.67º54.55%25.88%-
XYZ2.662.955.58-
YUV45.84139.37116.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.55%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 66 (26.17% from 255) = 45.21%
R=20.55%
G=34.25%
B=45.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3050660.550.2400.74206.6737.518.82
Hex1E3242371804Acf2613
Octal3662102673001123174623
Binary11110110010100001011011111000010010101100111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,50,66); }

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

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

 a { background-color: rgb(30,50,66); }

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

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

 span { border-color: rgb(30,50,66); }

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