#3D488F

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

Shades of Tory Blue #3D488F

Tints of Tory Blue #3D488F

Color information

#3D488F (or 0x3D488F) is unknown color: approx Tory Blue. HEX triplet: 3D, 48 and 8F. RGB value is (61,72,143). Sum of RGB (Red+Green+Blue) = 61+72+143=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D488F is #C2B770. Grayscale: #4C4C4C. Windows color (decimal): -12760945 or 9390141. OLE color: 9390141.

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

Color convert

RGB6172143-
CMYK0.570.5000.44
HSL231.95º40.2%40%-
HSV(B)231.95º57.34%56.08%-
XYZ9.27.6126.97-
YUV76.81165.36116.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 143 (56.25% from 255) = 51.81%
R=22.10%
G=26.09%
B=51.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61721430.570.5000.44231.9540.240
Hex3D488F393202Ce82828
Octal7511021771620543505050
Binary111101100100010001111111001110010010110011101000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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