#3D5288

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

Shades of Tory Blue #3D5288

Tints of Tory Blue #3D5288

Color information

#3D5288 (or 0x3D5288) is unknown color: approx Tory Blue. HEX triplet: 3D, 52 and 88. RGB value is (61,82,136). Sum of RGB (Red+Green+Blue) = 61+82+136=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D5288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5288 is #C2AD77. Grayscale: #515151. Windows color (decimal): -12758392 or 8933949. OLE color: 8933949.

HSL color Cylindrical-coordinate representation of color #3D5288: hue angle of 223.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 #3D5288 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6182136-
CMYK0.550.4000.47
HSL223.2º38.07%38.63%-
HSV(B)223.2º55.15%53.33%-
XYZ9.398.824.5-
YUV81.88158.54113.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.86%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=21.86%
G=29.39%
B=48.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61821360.550.4000.47223.238.0738.63
Hex3D5288372802Fdf2627
Octal7512221067500573374647
Binary111101101001010001000110111101000010111111011111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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