#2A358B

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

Shades of Torea Bay #2A358B

Tints of Torea Bay #2A358B

Color information

#2A358B (or 0x2A358B) is unknown color: approx Torea Bay. HEX triplet: 2A, 35 and 8B. RGB value is (42,53,139). Sum of RGB (Red+Green+Blue) = 42+53+139=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A358B is #D5CA74. Grayscale: #3B3B3B. Windows color (decimal): -14010997 or 9123114. OLE color: 9123114.

HSL color Cylindrical-coordinate representation of color #2A358B: hue angle of 233.2º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A358B is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4253139-
CMYK0.700.6200.45
HSL233.2º53.59%35.49%-
HSV(B)233.2º69.78%54.51%-
XYZ6.894.925.01-
YUV59.52172.86115.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=17.95%
G=22.65%
B=59.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42531390.700.6200.45233.253.5935.49
Hex2A358B463E02De93623
Octal5265213106760553516643
Binary101010110101100010111000110111110010110111101001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,53,139); }

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

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

 a { background-color: rgb(42,53,139); }

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

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

 span { border-color: rgb(42,53,139); }

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