#2C3682

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

Shades of Torea Bay #2C3682

Tints of Torea Bay #2C3682

Color information

#2C3682 (or 0x2C3682) is unknown color: approx Torea Bay. HEX triplet: 2C, 36 and 82. RGB value is (44,54,130). Sum of RGB (Red+Green+Blue) = 44+54+130=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3682 is #D3C97D. Grayscale: #3B3B3B. Windows color (decimal): -13879678 or 8533548. OLE color: 8533548.

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

Color convert

RGB4454130-
CMYK0.660.5800.49
HSL233.02º49.43%34.12%-
HSV(B)233.02º66.15%50.98%-
XYZ6.394.7921.71-
YUV59.67167.69116.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 130 (51.17% from 255) = 57.02%
R=19.30%
G=23.68%
B=57.02%

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
Decimal44541300.660.5800.49233.0249.4334.12
Hex2C3682423A031e93122
Octal5466202102720613516142
Binary101100110110100000101000010111010011000111101001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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