#1E333E

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

Shades of Blue Whale #1E333E

Tints of Blue Whale #1E333E

Color information

#1E333E (or 0x1E333E) is unknown color: approx Blue Whale. HEX triplet: 1E, 33 and 3E. RGB value is (30,51,62). Sum of RGB (Red+Green+Blue) = 30+51+62=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 62 - color contains mainly: blue. Hex color #1E333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E333E is #E1CCC1. Grayscale: #2D2D2D. Windows color (decimal): -14798018 or 4076318. OLE color: 4076318.

HSL color Cylindrical-coordinate representation of color #1E333E: hue angle of 200.62º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E333E is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB305162-
CMYK0.520.1800.76
HSL200.62º34.78%18.04%-
HSV(B)200.62º51.61%24.31%-
XYZ2.592.995-
YUV45.97137.04116.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.98%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 62 (24.61% from 255) = 43.36%
R=20.98%
G=35.66%
B=43.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3051620.520.1800.76200.6234.7818.04
Hex1E333E341204Cc92312
Octal366376642201143114322
Binary1111011001111111011010010010010011001100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,51,62); }

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

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

 a { background-color: rgb(30,51,62); }

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

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

 span { border-color: rgb(30,51,62); }

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