#2A3387

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

Shades of Torea Bay #2A3387

Tints of Torea Bay #2A3387

Color information

#2A3387 (or 0x2A3387) is unknown color: approx Torea Bay. HEX triplet: 2A, 33 and 87. RGB value is (42,51,135). Sum of RGB (Red+Green+Blue) = 42+51+135=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A3387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3387 is #D5CC78. Grayscale: #393939. Windows color (decimal): -14011513 or 8860458. OLE color: 8860458.

HSL color Cylindrical-coordinate representation of color #2A3387: hue angle of 234.19º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A3387 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4251135-
CMYK0.690.6200.47
HSL234.19º52.54%34.71%-
HSV(B)234.19º68.89%52.94%-
XYZ6.514.6123.47-
YUV57.88171.52116.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=18.42%
G=22.37%
B=59.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42511350.690.6200.47234.1952.5434.71
Hex2A3387453E02Fea3523
Octal5263207105760573526543
Binary101010110011100001111000101111110010111111101010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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