#2C3577

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

Shades of Torea Bay #2C3577

Tints of Torea Bay #2C3577

Color information

#2C3577 (or 0x2C3577) is unknown color: approx Torea Bay. HEX triplet: 2C, 35 and 77. RGB value is (44,53,119). Sum of RGB (Red+Green+Blue) = 44+53+119=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C3577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3577 is #D3CA88. Grayscale: #393939. Windows color (decimal): -13879945 or 7812396. OLE color: 7812396.

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

Color convert

RGB4453119-
CMYK0.630.5500.53
HSL232.8º46.01%31.96%-
HSV(B)232.8º63.03%46.67%-
XYZ5.644.4118.01-
YUV57.83162.52118.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=20.37%
G=24.54%
B=55.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44531190.630.5500.53232.846.0131.96
Hex2C35773F37035e92e20
Octal546516777670653515640
Binary1011001101011110111111111110111011010111101001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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