#3D4C94

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

Shades of Tory Blue #3D4C94

Tints of Tory Blue #3D4C94

Color information

#3D4C94 (or 0x3D4C94) is unknown color: approx Tory Blue. HEX triplet: 3D, 4C and 94. RGB value is (61,76,148). Sum of RGB (Red+Green+Blue) = 61+76+148=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D4C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4C94 is #C2B36B. Grayscale: #4F4F4F. Windows color (decimal): -12759916 or 9718845. OLE color: 9718845.

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

Color convert

RGB6176148-
CMYK0.590.4900.42
HSL229.66º41.63%40.98%-
HSV(B)229.66º58.78%58.04%-
XYZ9.858.329.1-
YUV79.72166.53114.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=21.40%
G=26.67%
B=51.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61761480.590.4900.42229.6641.6340.98
Hex3D4C943B3102Ae62a29
Octal7511422473610523465251
Binary111101100110010010100111011110001010101011100110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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