#2D3273

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

Shades of Torea Bay #2D3273

Tints of Torea Bay #2D3273

Color information

#2D3273 (or 0x2D3273) is unknown color: approx Torea Bay. HEX triplet: 2D, 32 and 73. RGB value is (45,50,115). Sum of RGB (Red+Green+Blue) = 45+50+115=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3273 is #D2CD8C. Grayscale: #373737. Windows color (decimal): -13815181 or 7549485. OLE color: 7549485.

HSL color Cylindrical-coordinate representation of color #2D3273: hue angle of 235.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D3273 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4550115-
CMYK0.610.5700.55
HSL235.71º43.75%31.37%-
HSV(B)235.71º60.87%45.1%-
XYZ5.324.0816.73-
YUV55.92161.34120.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=21.43%
G=23.81%
B=54.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45501150.610.5700.55235.7143.7531.37
Hex2D32733D39037ec2c1f
Octal556216375710673545437
Binary101101110010111001111110111100101101111110110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,50,115); }

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

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

 a { background-color: rgb(45,50,115); }

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

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

 span { border-color: rgb(45,50,115); }

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