#3B5283

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

Shades of Tory Blue #3B5283

Tints of Tory Blue #3B5283

Color information

#3B5283 (or 0x3B5283) is unknown color: approx Tory Blue. HEX triplet: 3B, 52 and 83. RGB value is (59,82,131). Sum of RGB (Red+Green+Blue) = 59+82+131=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B5283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5283 is #C4AD7C. Grayscale: #505050. Windows color (decimal): -12889469 or 8606267. OLE color: 8606267.

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

Color convert

RGB5982131-
CMYK0.550.3700.49
HSL220.83º37.89%37.25%-
HSV(B)220.83º54.96%51.37%-
XYZ8.928.622.66-
YUV80.71156.38112.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=21.69%
G=30.15%
B=48.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59821310.550.3700.49220.8337.8937.25
Hex3B52833725031dd2625
Octal7312220367450613354645
Binary111011101001010000011110111100101011000111011101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,131); }

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

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

 a { background-color: rgb(59,82,131); }

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

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

 span { border-color: rgb(59,82,131); }

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