#2A3380

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

Shades of Torea Bay #2A3380

Tints of Torea Bay #2A3380

Color information

#2A3380 (or 0x2A3380) is unknown color: approx Torea Bay. HEX triplet: 2A, 33 and 80. RGB value is (42,51,128). Sum of RGB (Red+Green+Blue) = 42+51+128=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A3380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3380 is #D5CC7F. Grayscale: #383838. Windows color (decimal): -14011520 or 8401706. OLE color: 8401706.

HSL color Cylindrical-coordinate representation of color #2A3380: hue angle of 233.72º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A3380 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4251128-
CMYK0.670.6000.50
HSL233.72º50.59%33.33%-
HSV(B)233.72º67.19%50.2%-
XYZ6.034.4220.96-
YUV57.09168.02117.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 128 (50.39% from 255) = 57.92%
R=19.00%
G=23.08%
B=57.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42511280.670.6000.50233.7250.5933.33
Hex2A3380433C032ea3321
Octal5263200103740623526341
Binary101010110011100000001000011111100011001011101010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,51,128); }

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

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

 a { background-color: rgb(42,51,128); }

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

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

 span { border-color: rgb(42,51,128); }

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