#2A3583

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

Shades of Torea Bay #2A3583

Tints of Torea Bay #2A3583

Color information

#2A3583 (or 0x2A3583) is unknown color: approx Torea Bay. HEX triplet: 2A, 35 and 83. RGB value is (42,53,131). Sum of RGB (Red+Green+Blue) = 42+53+131=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A3583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3583 is #D5CA7C. Grayscale: #3A3A3A. Windows color (decimal): -14011005 or 8598826. OLE color: 8598826.

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

Color convert

RGB4253131-
CMYK0.680.6000.49
HSL232.58º51.45%33.92%-
HSV(B)232.58º67.94%51.37%-
XYZ6.324.6822.04-
YUV58.6168.86116.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 131 (51.56% from 255) = 57.96%
R=18.58%
G=23.45%
B=57.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42531310.680.6000.49232.5851.4533.92
Hex2A3583443C031e93322
Octal5265203104740613516342
Binary101010110101100000111000100111100011000111101001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,53,131); }

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

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

 a { background-color: rgb(42,53,131); }

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

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

 span { border-color: rgb(42,53,131); }

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