#2C3683

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

Shades of Torea Bay #2C3683

Tints of Torea Bay #2C3683

Color information

#2C3683 (or 0x2C3683) is unknown color: approx Torea Bay. HEX triplet: 2C, 36 and 83. RGB value is (44,54,131). Sum of RGB (Red+Green+Blue) = 44+54+131=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C3683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3683 is #D3C97C. Grayscale: #3B3B3B. Windows color (decimal): -13879677 or 8599084. OLE color: 8599084.

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

Color convert

RGB4454131-
CMYK0.660.5900.49
HSL233.1º49.71%34.31%-
HSV(B)233.1º66.41%51.37%-
XYZ6.454.8122.06-
YUV59.79168.19116.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.21%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 131 (51.56% from 255) = 57.21%
R=19.21%
G=23.58%
B=57.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44541310.660.5900.49233.149.7134.31
Hex2C3683423B031e93222
Octal5466203102730613516242
Binary101100110110100000111000010111011011000111101001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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