#3B457B

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

Shades of Torea Bay #3B457B

Tints of Torea Bay #3B457B

Color information

#3B457B (or 0x3B457B) is unknown color: approx Torea Bay. HEX triplet: 3B, 45 and 7B. RGB value is (59,69,123). Sum of RGB (Red+Green+Blue) = 59+69+123=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B457B is #C4BA84. Grayscale: #474747. Windows color (decimal): -12892805 or 8078651. OLE color: 8078651.

HSL color Cylindrical-coordinate representation of color #3B457B: hue angle of 230.62º 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 #3B457B is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5969123-
CMYK0.520.4400.52
HSL230.62º35.16%35.69%-
HSV(B)230.62º52.03%48.24%-
XYZ7.516.6219.62-
YUV72.17156.69118.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=23.51%
G=27.49%
B=49.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59691230.520.4400.52230.6235.1635.69
Hex3B457B342C034e72324
Octal7310517364540643474344
Binary11101110001011111011110100101100011010011100111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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