#3D4894

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

Shades of Tory Blue #3D4894

Tints of Tory Blue #3D4894

Color information

#3D4894 (or 0x3D4894) is unknown color: approx Tory Blue. HEX triplet: 3D, 48 and 94. RGB value is (61,72,148). Sum of RGB (Red+Green+Blue) = 61+72+148=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D4894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4894 is #C2B76B. Grayscale: #4D4D4D. Windows color (decimal): -12760940 or 9717821. OLE color: 9717821.

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

Color convert

RGB6172148-
CMYK0.590.5100.42
HSL232.41º41.63%40.98%-
HSV(B)232.41º58.78%58.04%-
XYZ9.597.7629.01-
YUV77.38167.86116.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=21.71%
G=25.62%
B=52.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61721480.590.5100.42232.4141.6340.98
Hex3D48943B3302Ae82a29
Octal7511022473630523505251
Binary111101100100010010100111011110011010101011101000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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