Html Css Color HEX #1E3242 Blue Whale

📋 copy color: '#1E3242'

red 30 ◦ green 50 ◦ blue 66

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

Shades of Blue Whale #1E3242

Tints of Blue Whale #1E3242

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 value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#1E3242 (or 0x1E3242) is known color: 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

RGB 30 50 66 -
CMYK 0.55 0.24 0 0.74
HSL 206.67º 0.38% 0.19% -
HSV(B) 206.67º 0.55% 0.26% -
XYZ 2.66 2.95 5.58 -
YUV 45.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 30 50 66 0.55 0.24 0 0.74 206.67 0.38 0.19
Hex 1E 32 42 37 18 0 4A CF 26 13
Octal 36 62 102 67 30 0 112 317 46 23
Binary 11110 110010 1000010 110111 11000 0 1001010 11001111 100110 10011

Color Harmonies of #1E3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3242

Black with #1E3242

Text Example


Text Example

White with #1E3242

Text Example


Text Example

HTML Codes & Css Web 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>