#3D4B94

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

Shades of Tory Blue #3D4B94

Tints of Tory Blue #3D4B94

Color information

#3D4B94 (or 0x3D4B94) is unknown color: approx Tory Blue. HEX triplet: 3D, 4B and 94. RGB value is (61,75,148). Sum of RGB (Red+Green+Blue) = 61+75+148=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D4B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4B94 is #C2B46B. Grayscale: #4E4E4E. Windows color (decimal): -12760172 or 9718589. OLE color: 9718589.

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

Color convert

RGB6175148-
CMYK0.590.4900.42
HSL230.34º41.63%40.98%-
HSV(B)230.34º58.78%58.04%-
XYZ9.798.1629.08-
YUV79.14166.86115.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=21.48%
G=26.41%
B=52.11%

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
Decimal61751480.590.4900.42230.3441.6340.98
Hex3D4B943B3102Ae62a29
Octal7511322473610523465251
Binary111101100101110010100111011110001010101011100110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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