#3D4D88

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

Shades of Tory Blue #3D4D88

Tints of Tory Blue #3D4D88

Color information

#3D4D88 (or 0x3D4D88) is unknown color: approx Tory Blue. HEX triplet: 3D, 4D and 88. RGB value is (61,77,136). Sum of RGB (Red+Green+Blue) = 61+77+136=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D4D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4D88 is #C2B277. Grayscale: #4E4E4E. Windows color (decimal): -12759672 or 8932669. OLE color: 8932669.

HSL color Cylindrical-coordinate representation of color #3D4D88: hue angle of 227.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D4D88 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6177136-
CMYK0.550.4300.47
HSL227.2º38.07%38.63%-
HSV(B)227.2º55.15%53.33%-
XYZ9.028.0824.38-
YUV78.94160.2115.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.26%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=22.26%
G=28.10%
B=49.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61771360.550.4300.47227.238.0738.63
Hex3D4D88372B02Fe32627
Octal7511521067530573434647
Binary111101100110110001000110111101011010111111100011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,77,136); }

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

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

 a { background-color: rgb(61,77,136); }

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

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

 span { border-color: rgb(61,77,136); }

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