#3C4792

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

Shades of Tory Blue #3C4792

Tints of Tory Blue #3C4792

Color information

#3C4792 (or 0x3C4792) is unknown color: approx Tory Blue. HEX triplet: 3C, 47 and 92. RGB value is (60,71,146). Sum of RGB (Red+Green+Blue) = 60+71+146=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C4792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4792 is #C3B86D. Grayscale: #4B4B4B. Windows color (decimal): -12826734 or 9586492. OLE color: 9586492.

HSL color Cylindrical-coordinate representation of color #3C4792: hue angle of 232.33º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C4792 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6071146-
CMYK0.590.5100.43
HSL232.33º41.75%40.39%-
HSV(B)232.33º58.9%57.25%-
XYZ9.317.5428.16-
YUV76.26167.36116.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=21.66%
G=25.63%
B=52.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60711460.590.5100.43232.3341.7540.39
Hex3C47923B3302Be82a28
Octal7410722273630533505250
Binary111100100011110010010111011110011010101111101000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,71,146); }

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

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

 a { background-color: rgb(60,71,146); }

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

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

 span { border-color: rgb(60,71,146); }

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