#3B4F88

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

Shades of Tory Blue #3B4F88

Tints of Tory Blue #3B4F88

Color information

#3B4F88 (or 0x3B4F88) is unknown color: approx Tory Blue. HEX triplet: 3B, 4F and 88. RGB value is (59,79,136). Sum of RGB (Red+Green+Blue) = 59+79+136=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 79 (31.25% from 255 or 28.83% 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 #3B4F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4F88 is #C4B077. Grayscale: #4F4F4F. Windows color (decimal): -12890232 or 8933179. OLE color: 8933179.

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

Color convert

RGB5979136-
CMYK0.570.4200.47
HSL224.42º39.49%38.24%-
HSV(B)224.42º56.62%53.33%-
XYZ9.048.324.42-
YUV79.52159.87113.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=21.53%
G=28.83%
B=49.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59791360.570.4200.47224.4239.4938.24
Hex3B4F88392A02Fe02726
Octal7311721071520573404746
Binary111011100111110001000111001101010010111111100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,79,136); }

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

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

 a { background-color: rgb(59,79,136); }

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

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

 span { border-color: rgb(59,79,136); }

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