#2C324B

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

Shades of Bunting #2C324B

Tints of Bunting #2C324B

Color information

#2C324B (or 0x2C324B) is unknown color: approx Bunting. HEX triplet: 2C, 32 and 4B. RGB value is (44,50,75). Sum of RGB (Red+Green+Blue) = 44+50+75=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C324B is #D3CDB4. Grayscale: #323232. Windows color (decimal): -13880757 or 4928044. OLE color: 4928044.

HSL color Cylindrical-coordinate representation of color #2C324B: hue angle of 228.39º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C324B is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB445075-
CMYK0.410.3300.71
HSL228.39º26.05%23.33%-
HSV(B)228.39º41.33%29.41%-
XYZ3.453.327.12-
YUV51.06141.51122.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=26.04%
G=29.59%
B=44.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4450750.410.3300.71228.3926.0523.33
Hex2C324B2921047e41a17
Octal5462113514101073443227
Binary101100110010100101110100110000101000111111001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,50,75); }

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

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

 a { background-color: rgb(44,50,75); }

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

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

 span { border-color: rgb(44,50,75); }

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