#1C3051

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

Shades of Bunting #1C3051

Tints of Bunting #1C3051

Color information

#1C3051 (or 0x1C3051) is unknown color: approx Bunting. HEX triplet: 1C, 30 and 51. RGB value is (28,48,81). Sum of RGB (Red+Green+Blue) = 28+48+81=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C3051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3051 is #E3CFAE. Grayscale: #2D2D2D. Windows color (decimal): -14929839 or 5320732. OLE color: 5320732.

HSL color Cylindrical-coordinate representation of color #1C3051: hue angle of 217.36º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3051 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB284881-
CMYK0.650.4100.68
HSL217.36º48.62%21.37%-
HSV(B)217.36º65.43%31.76%-
XYZ3.022.958.2-
YUV45.78147.87115.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.83%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=17.83%
G=30.57%
B=51.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2848810.650.4100.68217.3648.6221.37
Hex1C30514129044d93115
Octal34601211015101043316125
Binary1110011000010100011000001101001010001001101100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,48,81); }

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

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

 a { background-color: rgb(28,48,81); }

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

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

 span { border-color: rgb(28,48,81); }

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