#3A4172

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

Shades of Torea Bay #3A4172

Tints of Torea Bay #3A4172

Color information

#3A4172 (or 0x3A4172) is unknown color: approx Torea Bay. HEX triplet: 3A, 41 and 72. RGB value is (58,65,114). Sum of RGB (Red+Green+Blue) = 58+65+114=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4172 is #C5BE8D. Grayscale: #444444. Windows color (decimal): -12959374 or 7487802. OLE color: 7487802.

HSL color Cylindrical-coordinate representation of color #3A4172: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4172 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5865114-
CMYK0.490.4300.55
HSL232.5º32.56%33.73%-
HSV(B)232.5º49.12%44.71%-
XYZ6.675.916.71-
YUV68.49153.68120.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.47%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=24.47%
G=27.43%
B=48.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58651140.490.4300.55232.532.5633.73
Hex3A4172312B037e82122
Octal7210116261530673504142
Binary11101010000011110010110001101011011011111101000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,114); }

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

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

 a { background-color: rgb(58,65,114); }

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

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

 span { border-color: rgb(58,65,114); }

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