#1E2E4C

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

Shades of Bunting #1E2E4C

Tints of Bunting #1E2E4C

Color information

#1E2E4C (or 0x1E2E4C) is unknown color: approx Bunting. HEX triplet: 1E, 2E and 4C. RGB value is (30,46,76). Sum of RGB (Red+Green+Blue) = 30+46+76=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E2E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2E4C is #E1D1B3. Grayscale: #2C2C2C. Windows color (decimal): -14799284 or 4992542. OLE color: 4992542.

HSL color Cylindrical-coordinate representation of color #1E2E4C: hue angle of 219.13º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E2E4C is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB304676-
CMYK0.610.3900.70
HSL219.13º43.4%20.78%-
HSV(B)219.13º60.53%29.8%-
XYZ2.822.757.22-
YUV44.64145.7117.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.74%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 76 (30.08% from 255) = 50%
R=19.74%
G=30.26%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3046760.610.3900.70219.1343.420.78
Hex1E2E4C3D27046db2b15
Octal3656114754701063335325
Binary111101011101001100111101100111010001101101101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,46,76); }

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

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

 a { background-color: rgb(30,46,76); }

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

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

 span { border-color: rgb(30,46,76); }

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