#3D588C

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

Shades of Tory Blue #3D588C

Tints of Tory Blue #3D588C

Color information

#3D588C (or 0x3D588C) is unknown color: approx Tory Blue. HEX triplet: 3D, 58 and 8C. RGB value is (61,88,140). Sum of RGB (Red+Green+Blue) = 61+88+140=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D588C is #C2A773. Grayscale: #555555. Windows color (decimal): -12756852 or 9197629. OLE color: 9197629.

HSL color Cylindrical-coordinate representation of color #3D588C: hue angle of 219.49º 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 #3D588C is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6188140-
CMYK0.560.3700.45
HSL219.49º39.3%39.41%-
HSV(B)219.49º56.43%54.9%-
XYZ10.159.8626.18-
YUV85.85158.55110.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=21.11%
G=30.45%
B=48.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61881400.560.3700.45219.4939.339.41
Hex3D588C382502Ddb2727
Octal7513021470450553334747
Binary111101101100010001100111000100101010110111011011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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