Html Css Color HEX #1E3748 Blue Whale

📋 copy color: '#1E3748'

red 30 ◦ green 55 ◦ blue 72

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

Shades of Blue Whale #1E3748

Tints of Blue Whale #1E3748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

 BLUE value IS 72 (28.52% from 255) = 45.86%

R = 19.11%
G = 35.03%
B = 45.86%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1E3748 (or 0x1E3748) is known color: Blue Whale. HEX triplet: 1E, 37 and 48. RGB value is (30,55,72). Sum of RGB (Red+Green+Blue) = 30+55+72=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E3748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3748 is #E1C8B7. Grayscale: #313131. Windows color (decimal): -14796984 or 4732702. OLE color: 4732702.

HSL color Cylindrical-coordinate representation of color #1E3748: hue angle of 204.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E3748 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 55 72 -
CMYK 0.58 0.24 0 0.72
HSL 204.29º 0.41% 0.2% -
HSV(B) 204.29º 0.58% 0.28% -
XYZ 3.07 3.48 6.64 -
YUV 49.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 30 55 72 0.58 0.24 0 0.72 204.29 0.41 0.2
Hex 1E 37 48 3A 18 0 48 CC 29 14
Octal 36 67 110 72 30 0 110 314 51 24
Binary 11110 110111 1001000 111010 11000 0 1001000 11001100 101001 10100

Color Harmonies of #1E3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3748

Black with #1E3748

Text Example


Text Example

White with #1E3748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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