#2A357F

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

Shades of Torea Bay #2A357F

Tints of Torea Bay #2A357F

Color information

#2A357F (or 0x2A357F) is unknown color: approx Torea Bay. HEX triplet: 2A, 35 and 7F. RGB value is (42,53,127). Sum of RGB (Red+Green+Blue) = 42+53+127=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A357F is #D5CA80. Grayscale: #393939. Windows color (decimal): -14011009 or 8336682. OLE color: 8336682.

HSL color Cylindrical-coordinate representation of color #2A357F: hue angle of 232.24º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A357F is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4253127-
CMYK0.670.5800.50
HSL232.24º50.3%33.14%-
HSV(B)232.24º66.93%49.8%-
XYZ6.064.5720.64-
YUV58.15166.86116.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 127 (50% from 255) = 57.21%
R=18.92%
G=23.87%
B=57.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42531270.670.5800.50232.2450.333.14
Hex2A357F433A032e83221
Octal5265177103720623506241
Binary10101011010111111111000011111010011001011101000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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