#3B4B7F

Color #3B4B7F Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #3B4B7F

Tints of Tory Blue #3B4B7F

Color information

#3B4B7F (or 0x3B4B7F) is unknown color: approx Tory Blue. HEX triplet: 3B, 4B and 7F. RGB value is (59,75,127). Sum of RGB (Red+Green+Blue) = 59+75+127=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B4B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4B7F is #C4B480. Grayscale: #4B4B4B. Windows color (decimal): -12891265 or 8342331. OLE color: 8342331.

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

Color convert

RGB5975127-
CMYK0.540.4100.50
HSL225.88º36.56%36.47%-
HSV(B)225.88º53.54%49.8%-
XYZ8.157.4921.1-
YUV76.14156.7115.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.61%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 127 (50% from 255) = 48.66%
R=22.61%
G=28.74%
B=48.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59751270.540.4100.50225.8836.5636.47
Hex3B4B7F3629032e22524
Octal7311317766510623424544
Binary11101110010111111111110110101001011001011100010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,75,127); }

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

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

 a { background-color: rgb(59,75,127); }

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

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

 span { border-color: rgb(59,75,127); }

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