#2D3983

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

Shades of Torea Bay #2D3983

Tints of Torea Bay #2D3983

Color information

#2D3983 (or 0x2D3983) is unknown color: approx Torea Bay. HEX triplet: 2D, 39 and 83. RGB value is (45,57,131). Sum of RGB (Red+Green+Blue) = 45+57+131=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D3983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3983 is #D2C67C. Grayscale: #3D3D3D. Windows color (decimal): -13813373 or 8599853. OLE color: 8599853.

HSL color Cylindrical-coordinate representation of color #2D3983: hue angle of 231.63º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D3983 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4557131-
CMYK0.660.5600.49
HSL231.63º48.86%34.51%-
HSV(B)231.63º65.65%51.37%-
XYZ6.645.1222.11-
YUV61.85167.02115.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 131 (51.56% from 255) = 56.22%
R=19.31%
G=24.46%
B=56.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45571310.660.5600.49231.6348.8634.51
Hex2D39834238031e83123
Octal5571203102700613506143
Binary101101111001100000111000010111000011000111101000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,57,131); }

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

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

 a { background-color: rgb(45,57,131); }

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

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

 span { border-color: rgb(45,57,131); }

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