#1c2c4a

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

Shades of Bunting #1C2C4A

Tints of Bunting #1C2C4A

Color information

#1C2C4A (or 0x1C2C4A) is unknown color: approx Bunting. HEX triplet: 1C, 2C and 4A. RGB value is (28,44,74). Sum of RGB (Red+Green+Blue) = 28+44+74=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C2C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C4A is #E3D3B5. Grayscale: #2A2A2A. Windows color (decimal): -14930870 or 4860956. OLE color: 4860956.

HSL color Cylindrical-coordinate representation of color #1C2C4A: hue angle of 219.13º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C2C4A is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB284474-
CMYK0.620.4100.71
HSL219.13º45.1%20%-
HSV(B)219.13º62.16%29.02%-
XYZ2.622.546.83-
YUV42.64145.7117.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.18%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 74 (29.30% from 255) = 50.68%
R=19.18%
G=30.14%
B=50.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2844740.620.4100.71219.1345.120
Hex1C2C4A3E29047db2d14
Octal3454112765101073335524
Binary111001011001001010111110101001010001111101101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c2c4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,44,74); }

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

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

 a { background-color: rgb(28,44,74); }

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

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

 span { border-color: rgb(28,44,74); }

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