#3E4F88

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

Shades of Tory Blue #3E4F88

Tints of Tory Blue #3E4F88

Color information

#3E4F88 (or 0x3E4F88) is unknown color: approx Tory Blue. HEX triplet: 3E, 4F and 88. RGB value is (62,79,136). Sum of RGB (Red+Green+Blue) = 62+79+136=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E4F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4F88 is #C1B077. Grayscale: #505050. Windows color (decimal): -12693624 or 8933182. OLE color: 8933182.

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

Color convert

RGB6279136-
CMYK0.540.4200.47
HSL226.22º37.37%38.82%-
HSV(B)226.22º54.41%53.33%-
XYZ9.238.3924.43-
YUV80.42159.37114.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.38%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=22.38%
G=28.52%
B=49.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62791360.540.4200.47226.2237.3738.82
Hex3E4F88362A02Fe22527
Octal7611721066520573424547
Binary111110100111110001000110110101010010111111100010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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