#2C3782

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

Shades of Torea Bay #2C3782

Tints of Torea Bay #2C3782

Color information

#2C3782 (or 0x2C3782) is unknown color: approx Torea Bay. HEX triplet: 2C, 37 and 82. RGB value is (44,55,130). Sum of RGB (Red+Green+Blue) = 44+55+130=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C3782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3782 is #D3C87D. Grayscale: #3B3B3B. Windows color (decimal): -13879422 or 8533804. OLE color: 8533804.

HSL color Cylindrical-coordinate representation of color #2C3782: hue angle of 232.33º 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 #2C3782 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4455130-
CMYK0.660.5800.49
HSL232.33º49.43%34.12%-
HSV(B)232.33º66.15%50.98%-
XYZ6.434.8821.72-
YUV60.26167.36116.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.21%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=19.21%
G=24.02%
B=56.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44551300.660.5800.49232.3349.4334.12
Hex2C3782423A031e83122
Octal5467202102720613506142
Binary101100110111100000101000010111010011000111101000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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