Html Css Color HEX #1E3543 Blue Whale

📋 copy color: '#1E3543'

red 30 ◦ green 53 ◦ blue 67

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

Shades of Blue Whale #1E3543

Tints of Blue Whale #1E3543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

 BLUE value IS 67 (26.56% from 255) = 44.67%

R = 20%
G = 35.33%
B = 44.67%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#1E3543 (or 0x1E3543) is known color: Blue Whale. HEX triplet: 1E, 35 and 43. RGB value is (30,53,67). Sum of RGB (Red+Green+Blue) = 30+53+67=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #1E3543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3543 is #E1CABC. Grayscale: #2F2F2F. Windows color (decimal): -14797501 or 4404510. OLE color: 4404510.

HSL color Cylindrical-coordinate representation of color #1E3543: hue angle of 202.7º 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 #1E3543 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 30 53 67 -
CMYK 0.55 0.21 0 0.74
HSL 202.7º 0.38% 0.19% -
HSV(B) 202.7º 0.55% 0.26% -
XYZ 2.82 3.23 5.78 -
YUV 47.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 30 53 67 0.55 0.21 0 0.74 202.7 0.38 0.19
Hex 1E 35 43 37 15 0 4A CB 26 13
Octal 36 65 103 67 25 0 112 313 46 23
Binary 11110 110101 1000011 110111 10101 0 1001010 11001011 100110 10011

Color Harmonies of #1E3543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3543

Black with #1E3543

Text Example


Text Example

White with #1E3543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,67); }

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

background-color css

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

 a { background-color: rgb(30,53,67); }

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

border-color css

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

 span { border-color: rgb(30,53,67); }

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