#2A3187

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

Shades of Torea Bay #2A3187

Tints of Torea Bay #2A3187

Color information

#2A3187 (or 0x2A3187) is unknown color: approx Torea Bay. HEX triplet: 2A, 31 and 87. RGB value is (42,49,135). Sum of RGB (Red+Green+Blue) = 42+49+135=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A3187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3187 is #D5CE78. Grayscale: #383838. Windows color (decimal): -14012025 or 8859946. OLE color: 8859946.

HSL color Cylindrical-coordinate representation of color #2A3187: hue angle of 235.48º 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 #2A3187 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4249135-
CMYK0.690.6400.47
HSL235.48º52.54%34.71%-
HSV(B)235.48º68.89%52.94%-
XYZ6.434.4423.44-
YUV56.71172.18117.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 135 (53.12% from 255) = 59.73%
R=18.58%
G=21.68%
B=59.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42491350.690.6400.47235.4852.5434.71
Hex2A3187454002Feb3523
Octal52612071051000573536543
Binary1010101100011000011110001011000000010111111101011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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