#3D4892

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

Shades of Tory Blue #3D4892

Tints of Tory Blue #3D4892

Color information

#3D4892 (or 0x3D4892) is unknown color: approx Tory Blue. HEX triplet: 3D, 48 and 92. RGB value is (61,72,146). Sum of RGB (Red+Green+Blue) = 61+72+146=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D4892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4892 is #C2B76D. Grayscale: #4C4C4C. Windows color (decimal): -12760942 or 9586749. OLE color: 9586749.

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

Color convert

RGB6172146-
CMYK0.580.5100.43
HSL232.24º41.06%40.59%-
HSV(B)232.24º58.22%57.25%-
XYZ9.437.728.18-
YUV77.15166.86116.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.86%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=21.86%
G=25.81%
B=52.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61721460.580.5100.43232.2441.0640.59
Hex3D48923A3302Be82929
Octal7511022272630533505151
Binary111101100100010010010111010110011010101111101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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