#2A2985

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

Shades of Torea Bay #2A2985

Tints of Torea Bay #2A2985

Color information

#2A2985 (or 0x2A2985) is unknown color: approx Torea Bay. HEX triplet: 2A, 29 and 85. RGB value is (42,41,133). Sum of RGB (Red+Green+Blue) = 42+41+133=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A2985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2985 is #D5D67A. Grayscale: #333333. Windows color (decimal): -14014075 or 8726826. OLE color: 8726826.

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

Color convert

RGB4241133-
CMYK0.680.6900.48
HSL240.65º52.87%34.12%-
HSV(B)240.65º69.17%52.16%-
XYZ5.983.7722.6-
YUV51.79173.83121.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.44%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=19.44%
G=18.98%
B=61.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42411330.680.6900.48240.6552.8734.12
Hex2A29854445030f13522
Octal52512051041050603616542
Binary1010101010011000010110001001000101011000011110001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,41,133); }

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

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

 a { background-color: rgb(42,41,133); }

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

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

 span { border-color: rgb(42,41,133); }

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