#3B5082

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

Shades of Tory Blue #3B5082

Tints of Tory Blue #3B5082

Color information

#3B5082 (or 0x3B5082) is unknown color: approx Tory Blue. HEX triplet: 3B, 50 and 82. RGB value is (59,80,130). Sum of RGB (Red+Green+Blue) = 59+80+130=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B5082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5082 is #C4AF7D. Grayscale: #4F4F4F. Windows color (decimal): -12889982 or 8540219. OLE color: 8540219.

HSL color Cylindrical-coordinate representation of color #3B5082: hue angle of 222.25º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B5082 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5980130-
CMYK0.550.3800.49
HSL222.25º37.57%37.06%-
HSV(B)222.25º54.62%50.98%-
XYZ8.78.2822.26-
YUV79.42156.54113.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.93%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=21.93%
G=29.74%
B=48.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59801300.550.3800.49222.2537.5737.06
Hex3B50823726031de2625
Octal7312020267460613364645
Binary111011101000010000010110111100110011000111011110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,80,130); }

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

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

 a { background-color: rgb(59,80,130); }

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

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

 span { border-color: rgb(59,80,130); }

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