#1C2B51

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

Shades of Bunting #1C2B51

Tints of Bunting #1C2B51

Color information

#1C2B51 (or 0x1C2B51) is unknown color: approx Bunting. HEX triplet: 1C, 2B and 51. RGB value is (28,43,81). Sum of RGB (Red+Green+Blue) = 28+43+81=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C2B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2B51 is #E3D4AE. Grayscale: #2A2A2A. Windows color (decimal): -14931119 or 5319452. OLE color: 5319452.

HSL color Cylindrical-coordinate representation of color #1C2B51: hue angle of 223.02º 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 #1C2B51 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB284381-
CMYK0.650.4700.68
HSL223.02º48.62%21.37%-
HSV(B)223.02º65.43%31.76%-
XYZ2.832.578.13-
YUV42.85149.53117.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=18.42%
G=28.29%
B=53.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2843810.650.4700.68223.0248.6221.37
Hex1C2B51412F044df3115
Octal34531211015701043376125
Binary1110010101110100011000001101111010001001101111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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