#2C3676

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

Shades of Torea Bay #2C3676

Tints of Torea Bay #2C3676

Color information

#2C3676 (or 0x2C3676) is unknown color: approx Torea Bay. HEX triplet: 2C, 36 and 76. RGB value is (44,54,118). Sum of RGB (Red+Green+Blue) = 44+54+118=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3676 is #D3C989. Grayscale: #3A3A3A. Windows color (decimal): -13879690 or 7747116. OLE color: 7747116.

HSL color Cylindrical-coordinate representation of color #2C3676: hue angle of 231.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3676 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4454118-
CMYK0.630.5400.54
HSL231.89º45.68%31.76%-
HSV(B)231.89º62.71%46.27%-
XYZ5.634.4817.71-
YUV58.31161.69117.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=20.37%
G=25%
B=54.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44541180.630.5400.54231.8945.6831.76
Hex2C36763F36036e82e20
Octal546616677660663505640
Binary1011001101101110110111111110110011011011101000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,54,118); }

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

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

 a { background-color: rgb(44,54,118); }

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

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

 span { border-color: rgb(44,54,118); }

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