#3D488C

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

Shades of Tory Blue #3D488C

Tints of Tory Blue #3D488C

Color information

#3D488C (or 0x3D488C) is unknown color: approx Tory Blue. HEX triplet: 3D, 48 and 8C. RGB value is (61,72,140). Sum of RGB (Red+Green+Blue) = 61+72+140=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D488C is #C2B773. Grayscale: #4C4C4C. Windows color (decimal): -12760948 or 9193533. OLE color: 9193533.

HSL color Cylindrical-coordinate representation of color #3D488C: hue angle of 231.65º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D488C is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6172140-
CMYK0.560.4900.45
HSL231.65º39.3%39.41%-
HSV(B)231.65º56.43%54.9%-
XYZ8.987.5225.79-
YUV76.46163.86116.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.34%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=22.34%
G=26.37%
B=51.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61721400.560.4900.45231.6539.339.41
Hex3D488C383102De82727
Octal7511021470610553504747
Binary111101100100010001100111000110001010110111101000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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