#2A3274

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

Shades of Torea Bay #2A3274

Tints of Torea Bay #2A3274

Color information

#2A3274 (or 0x2A3274) is unknown color: approx Torea Bay. HEX triplet: 2A, 32 and 74. RGB value is (42,50,116). Sum of RGB (Red+Green+Blue) = 42+50+116=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A3274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3274 is #D5CD8B. Grayscale: #363636. Windows color (decimal): -14011788 or 7615018. OLE color: 7615018.

HSL color Cylindrical-coordinate representation of color #2A3274: hue angle of 233.51º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A3274 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4250116-
CMYK0.640.5700.55
HSL233.51º46.84%30.98%-
HSV(B)233.51º63.79%45.49%-
XYZ5.254.0317.03-
YUV55.13162.35118.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.19%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=20.19%
G=24.04%
B=55.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42501160.640.5700.55233.5146.8430.98
Hex2A32744039037ea2f1f
Octal5262164100710673525737
Binary1010101100101110100100000011100101101111110101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,50,116); }

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

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

 a { background-color: rgb(42,50,116); }

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

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

 span { border-color: rgb(42,50,116); }

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