#3D4A8E

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

Shades of Tory Blue #3D4A8E

Tints of Tory Blue #3D4A8E

Color information

#3D4A8E (or 0x3D4A8E) is unknown color: approx Tory Blue. HEX triplet: 3D, 4A and 8E. RGB value is (61,74,142). Sum of RGB (Red+Green+Blue) = 61+74+142=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D4A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4A8E is #C2B571. Grayscale: #4D4D4D. Windows color (decimal): -12760434 or 9325117. OLE color: 9325117.

HSL color Cylindrical-coordinate representation of color #3D4A8E: hue angle of 230.37º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D4A8E is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6174142-
CMYK0.570.4800.44
HSL230.37º39.9%39.8%-
HSV(B)230.37º57.04%55.69%-
XYZ9.267.8426.62-
YUV77.86164.19115.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.02%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=22.02%
G=26.71%
B=51.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61741420.570.4800.44230.3739.939.8
Hex3D4A8E393002Ce62828
Octal7511221671600543465050
Binary111101100101010001110111001110000010110011100110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,74,142); }

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

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

 a { background-color: rgb(61,74,142); }

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

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

 span { border-color: rgb(61,74,142); }

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