#3B467B

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

Shades of Torea Bay #3B467B

Tints of Torea Bay #3B467B

Color information

#3B467B (or 0x3B467B) is unknown color: approx Torea Bay. HEX triplet: 3B, 46 and 7B. RGB value is (59,70,123). Sum of RGB (Red+Green+Blue) = 59+70+123=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B467B is #C4B984. Grayscale: #484848. Windows color (decimal): -12892549 or 8078907. OLE color: 8078907.

HSL color Cylindrical-coordinate representation of color #3B467B: hue angle of 229.69º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B467B is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5970123-
CMYK0.520.4300.52
HSL229.69º35.16%35.69%-
HSV(B)229.69º52.03%48.24%-
XYZ7.576.7419.64-
YUV72.75156.36118.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=23.41%
G=27.78%
B=48.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59701230.520.4300.52229.6935.1635.69
Hex3B467B342B034e62324
Octal7310617364530643464344
Binary11101110001101111011110100101011011010011100110100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,123); }

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

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

 a { background-color: rgb(59,70,123); }

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

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

 span { border-color: rgb(59,70,123); }

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