#2A3484

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

Shades of Torea Bay #2A3484

Tints of Torea Bay #2A3484

Color information

#2A3484 (or 0x2A3484) is unknown color: approx Torea Bay. HEX triplet: 2A, 34 and 84. RGB value is (42,52,132). Sum of RGB (Red+Green+Blue) = 42+52+132=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A3484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3484 is #D5CB7B. Grayscale: #393939. Windows color (decimal): -14011260 or 8664106. OLE color: 8664106.

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

Color convert

RGB4252132-
CMYK0.680.6100.48
HSL233.33º51.72%34.12%-
HSV(B)233.33º68.18%51.76%-
XYZ6.354.6122.39-
YUV58.13169.69116.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=18.58%
G=23.01%
B=58.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42521320.680.6100.48233.3351.7234.12
Hex2A3484443D030e93422
Octal5264204104750603516442
Binary101010110100100001001000100111101011000011101001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,52,132); }

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

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

 a { background-color: rgb(42,52,132); }

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

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

 span { border-color: rgb(42,52,132); }

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