#2D3576

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

Shades of Torea Bay #2D3576

Tints of Torea Bay #2D3576

Color information

#2D3576 (or 0x2D3576) is unknown color: approx Torea Bay. HEX triplet: 2D, 35 and 76. RGB value is (45,53,118). Sum of RGB (Red+Green+Blue) = 45+53+118=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3576 is #D2CA89. Grayscale: #393939. Windows color (decimal): -13814410 or 7746861. OLE color: 7746861.

HSL color Cylindrical-coordinate representation of color #2D3576: hue angle of 233.42º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D3576 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4553118-
CMYK0.620.5500.54
HSL233.42º44.79%31.96%-
HSV(B)233.42º61.86%46.27%-
XYZ5.634.4117.69-
YUV58.02161.85118.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.83%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=20.83%
G=24.54%
B=54.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45531180.620.5500.54233.4244.7931.96
Hex2D35763E37036e92d20
Octal556516676670663515540
Binary1011011101011110110111110110111011011011101001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,53,118); }

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

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

 a { background-color: rgb(45,53,118); }

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

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

 span { border-color: rgb(45,53,118); }

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