#3D468E

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

Shades of Tory Blue #3D468E

Tints of Tory Blue #3D468E

Color information

#3D468E (or 0x3D468E) is unknown color: approx Tory Blue. HEX triplet: 3D, 46 and 8E. RGB value is (61,70,142). Sum of RGB (Red+Green+Blue) = 61+70+142=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D468E is #C2B971. Grayscale: #4B4B4B. Windows color (decimal): -12761458 or 9324093. OLE color: 9324093.

HSL color Cylindrical-coordinate representation of color #3D468E: hue angle of 233.33º 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 #3D468E is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6170142-
CMYK0.570.5100.44
HSL233.33º39.9%39.8%-
HSV(B)233.33º57.04%55.69%-
XYZ97.3326.53-
YUV75.52165.52117.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.34%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=22.34%
G=25.64%
B=52.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61701420.570.5100.44233.3339.939.8
Hex3D468E393302Ce92828
Octal7510621671630543515050
Binary111101100011010001110111001110011010110011101001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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