#3C4D83

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

Shades of Tory Blue #3C4D83

Tints of Tory Blue #3C4D83

Color information

#3C4D83 (or 0x3C4D83) is unknown color: approx Tory Blue. HEX triplet: 3C, 4D and 83. RGB value is (60,77,131). Sum of RGB (Red+Green+Blue) = 60+77+131=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C4D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4D83 is #C3B27C. Grayscale: #4D4D4D. Windows color (decimal): -12825213 or 8604988. OLE color: 8604988.

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

Color convert

RGB6077131-
CMYK0.540.4100.49
HSL225.63º37.17%37.45%-
HSV(B)225.63º54.2%51.37%-
XYZ8.617.9122.54-
YUV78.07157.87115.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=22.39%
G=28.73%
B=48.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60771310.540.4100.49225.6337.1737.45
Hex3C4D833629031e22525
Octal7411520366510613424545
Binary111100100110110000011110110101001011000111100010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,77,131); }

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

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

 a { background-color: rgb(60,77,131); }

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

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

 span { border-color: rgb(60,77,131); }

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