#1E2C4B

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

Shades of Bunting #1E2C4B

Tints of Bunting #1E2C4B

Color information

#1E2C4B (or 0x1E2C4B) is unknown color: approx Bunting. HEX triplet: 1E, 2C and 4B. RGB value is (30,44,75). Sum of RGB (Red+Green+Blue) = 30+44+75=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E2C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2C4B is #E1D3B4. Grayscale: #2B2B2B. Windows color (decimal): -14799797 or 4926494. OLE color: 4926494.

HSL color Cylindrical-coordinate representation of color #1E2C4B: hue angle of 221.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E2C4B is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB304475-
CMYK0.600.4100.71
HSL221.33º42.86%20.59%-
HSV(B)221.33º60%29.41%-
XYZ2.712.597.01-
YUV43.35145.86118.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=20.13%
G=29.53%
B=50.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3044750.600.4100.71221.3342.8620.59
Hex1E2C4B3C29047dd2b15
Octal3654113745101073355325
Binary111101011001001011111100101001010001111101110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,44,75); }

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

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

 a { background-color: rgb(30,44,75); }

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

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

 span { border-color: rgb(30,44,75); }

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