#3C4892

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

Shades of Tory Blue #3C4892

Tints of Tory Blue #3C4892

Color information

#3C4892 (or 0x3C4892) is unknown color: approx Tory Blue. HEX triplet: 3C, 48 and 92. RGB value is (60,72,146). Sum of RGB (Red+Green+Blue) = 60+72+146=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C4892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4892 is #C3B76D. Grayscale: #4C4C4C. Windows color (decimal): -12826478 or 9586748. OLE color: 9586748.

HSL color Cylindrical-coordinate representation of color #3C4892: hue angle of 231.63º 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 #3C4892 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6072146-
CMYK0.590.5100.43
HSL231.63º41.75%40.39%-
HSV(B)231.63º58.9%57.25%-
XYZ9.377.6728.18-
YUV76.85167.02115.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.58%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=21.58%
G=25.90%
B=52.52%

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
Decimal60721460.590.5100.43231.6341.7540.39
Hex3C48923B3302Be82a28
Octal7411022273630533505250
Binary111100100100010010010111011110011010101111101000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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