#2C3476

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

Shades of Torea Bay #2C3476

Tints of Torea Bay #2C3476

Color information

#2C3476 (or 0x2C3476) is unknown color: approx Torea Bay. HEX triplet: 2C, 34 and 76. RGB value is (44,52,118). Sum of RGB (Red+Green+Blue) = 44+52+118=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C3476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3476 is #D3CB89. Grayscale: #383838. Windows color (decimal): -13880202 or 7746604. OLE color: 7746604.

HSL color Cylindrical-coordinate representation of color #2C3476: hue angle of 233.51º 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 #2C3476 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4452118-
CMYK0.630.5600.54
HSL233.51º45.68%31.76%-
HSV(B)233.51º62.71%46.27%-
XYZ5.544.317.68-
YUV57.13162.35118.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.56%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=20.56%
G=24.30%
B=55.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44521180.630.5600.54233.5145.6831.76
Hex2C34763F38036ea2e20
Octal546416677700663525640
Binary1011001101001110110111111111000011011011101010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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