#3B4173

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

Shades of Torea Bay #3B4173

Tints of Torea Bay #3B4173

Color information

#3B4173 (or 0x3B4173) is unknown color: approx Torea Bay. HEX triplet: 3B, 41 and 73. RGB value is (59,65,115). Sum of RGB (Red+Green+Blue) = 59+65+115=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4173 is #C4BE8C. Grayscale: #444444. Windows color (decimal): -12893837 or 7553339. OLE color: 7553339.

HSL color Cylindrical-coordinate representation of color #3B4173: hue angle of 233.57º degrees, saturation: 0.32, 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 #3B4173 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5965115-
CMYK0.490.4300.55
HSL233.57º32.18%34.12%-
HSV(B)233.57º48.7%45.1%-
XYZ6.795.9517.01-
YUV68.91154.01120.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=24.69%
G=27.20%
B=48.12%

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
Decimal59651150.490.4300.55233.5732.1834.12
Hex3B4173312B037ea2022
Octal7310116361530673524042
Binary11101110000011110011110001101011011011111101010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,115); }

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

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

 a { background-color: rgb(59,65,115); }

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

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

 span { border-color: rgb(59,65,115); }

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