#2C3182

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

Shades of Torea Bay #2C3182

Tints of Torea Bay #2C3182

Color information

#2C3182 (or 0x2C3182) is unknown color: approx Torea Bay. HEX triplet: 2C, 31 and 82. RGB value is (44,49,130). Sum of RGB (Red+Green+Blue) = 44+49+130=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C3182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3182 is #D3CE7D. Grayscale: #383838. Windows color (decimal): -13880958 or 8532268. OLE color: 8532268.

HSL color Cylindrical-coordinate representation of color #2C3182: hue angle of 236.51º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C3182 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4449130-
CMYK0.660.6200.49
HSL236.51º49.43%34.12%-
HSV(B)236.51º66.15%50.98%-
XYZ6.174.3421.63-
YUV56.74169.34118.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=19.73%
G=21.97%
B=58.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44491300.660.6200.49236.5149.4334.12
Hex2C3182423E031ed3122
Octal5461202102760613556142
Binary101100110001100000101000010111110011000111101101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,49,130); }

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

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

 a { background-color: rgb(44,49,130); }

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

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

 span { border-color: rgb(44,49,130); }

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