#3A4275

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

Shades of Torea Bay #3A4275

Tints of Torea Bay #3A4275

Color information

#3A4275 (or 0x3A4275) is unknown color: approx Torea Bay. HEX triplet: 3A, 42 and 75. RGB value is (58,66,117). Sum of RGB (Red+Green+Blue) = 58+66+117=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A4275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4275 is #C5BD8A. Grayscale: #454545. Windows color (decimal): -12959115 or 7684666. OLE color: 7684666.

HSL color Cylindrical-coordinate representation of color #3A4275: hue angle of 231.86º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4275 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5866117-
CMYK0.500.4400.54
HSL231.86º33.71%34.31%-
HSV(B)231.86º50.43%45.88%-
XYZ6.96.0817.64-
YUV69.42154.85119.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=24.07%
G=27.39%
B=48.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58661170.500.4400.54231.8633.7134.31
Hex3A4275322C036e82222
Octal7210216562540663504242
Binary11101010000101110101110010101100011011011101000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4275; }

 p { color: rgb(58,66,117); }

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

<style>
 a { background-color: #3A4275; }

 a { background-color: rgb(58,66,117); }

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

<style>
 span { border-color: #3A4275; }

 span { border-color: rgb(58,66,117); }

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