#2A3375

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

Shades of Torea Bay #2A3375

Tints of Torea Bay #2A3375

Color information

#2A3375 (or 0x2A3375) is unknown color: approx Torea Bay. HEX triplet: 2A, 33 and 75. RGB value is (42,51,117). Sum of RGB (Red+Green+Blue) = 42+51+117=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A3375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3375 is #D5CC8A. Grayscale: #373737. Windows color (decimal): -14011531 or 7680810. OLE color: 7680810.

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

Color convert

RGB4251117-
CMYK0.640.5600.54
HSL232.8º47.17%31.18%-
HSV(B)232.8º64.1%45.88%-
XYZ5.354.1417.35-
YUV55.83162.52118.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=20%
G=24.29%
B=55.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42511170.640.5600.54232.847.1731.18
Hex2A33754038036e92f1f
Octal5263165100700663515737
Binary1010101100111110101100000011100001101101110100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,51,117); }

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

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

 a { background-color: rgb(42,51,117); }

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

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

 span { border-color: rgb(42,51,117); }

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