#2C334D

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

Shades of Bunting #2C334D

Tints of Bunting #2C334D

Color information

#2C334D (or 0x2C334D) is unknown color: approx Bunting. HEX triplet: 2C, 33 and 4D. RGB value is (44,51,77). Sum of RGB (Red+Green+Blue) = 44+51+77=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C334D is #D3CCB2. Grayscale: #333333. Windows color (decimal): -13880499 or 5059372. OLE color: 5059372.

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

Color convert

RGB445177-
CMYK0.430.3400.70
HSL227.27º27.27%23.73%-
HSV(B)227.27º42.86%30.2%-
XYZ3.563.447.5-
YUV51.87142.18122.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.58%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=25.58%
G=29.65%
B=44.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4451770.430.3400.70227.2727.2723.73
Hex2C334D2B22046e31b18
Octal5463115534201063433330
Binary101100110011100110110101110001001000110111000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,51,77); }

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

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

 a { background-color: rgb(44,51,77); }

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

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

 span { border-color: rgb(44,51,77); }

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