Html Css Color HEX #1E3346 Blue Whale

📋 copy color: '#1E3346'

red 30 ◦ green 51 ◦ blue 70

#1E3346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #1E3346

Tints of Blue Whale #1E3346

RGB

 RED value IS 30 (12.11% from 255) = 19.87%

 GREEN value IS 51 (20.31% from 255) = 33.77%

 BLUE value IS 70 (27.73% from 255) = 46.36%

R = 19.87%
G = 33.77%
B = 46.36%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1E3346 (or 0x1E3346) is known color: Blue Whale. HEX triplet: 1E, 33 and 46. RGB value is (30,51,70). Sum of RGB (Red+Green+Blue) = 30+51+70=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E3346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3346 is #E1CCB9. Grayscale: #2E2E2E. Windows color (decimal): -14798010 or 4600606. OLE color: 4600606.

HSL color Cylindrical-coordinate representation of color #1E3346: hue angle of 208.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E3346 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 30 51 70 -
CMYK 0.57 0.27 0 0.73
HSL 208.5º 0.4% 0.2% -
HSV(B) 208.5º 0.57% 0.27% -
XYZ 2.82 3.09 6.24 -
YUV 46.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 30 51 70 0.57 0.27 0 0.73 208.5 0.4 0.2
Hex 1E 33 46 39 1B 0 49 D0 28 14
Octal 36 63 106 71 33 0 111 320 50 24
Binary 11110 110011 1000110 111001 11011 0 1001001 11010000 101000 10100

Color Harmonies of #1E3346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3346

Black with #1E3346

Text Example


Text Example

White with #1E3346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E3346;
 }
 .AnyTagClassName
 {
   color: #1E3346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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