#2C354C

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

Shades of Bunting #2C354C

Tints of Bunting #2C354C

Color information

#2C354C (or 0x2C354C) is unknown color: approx Bunting. HEX triplet: 2C, 35 and 4C. RGB value is (44,53,76). Sum of RGB (Red+Green+Blue) = 44+53+76=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C354C is #D3CAB3. Grayscale: #343434. Windows color (decimal): -13879988 or 4994348. OLE color: 4994348.

HSL color Cylindrical-coordinate representation of color #2C354C: hue angle of 223.12º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C354C is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB445376-
CMYK0.420.3000.70
HSL223.12º26.67%23.53%-
HSV(B)223.12º42.11%29.8%-
XYZ3.623.67.34-
YUV52.93141.02121.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.43%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=25.43%
G=30.64%
B=43.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4453760.420.3000.70223.1226.6723.53
Hex2C354C2A1E046df1b18
Octal5465114523601063373330
Binary10110011010110011001010101111001000110110111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C354C; }

 p { color: rgb(44,53,76); }

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

<style>
 a { background-color: #2C354C; }

 a { background-color: rgb(44,53,76); }

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

<style>
 span { border-color: #2C354C; }

 span { border-color: rgb(44,53,76); }

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