#3E488B

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

Shades of Tory Blue #3E488B

Tints of Tory Blue #3E488B

Color information

#3E488B (or 0x3E488B) is unknown color: approx Tory Blue. HEX triplet: 3E, 48 and 8B. RGB value is (62,72,139). Sum of RGB (Red+Green+Blue) = 62+72+139=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E488B is #C1B774. Grayscale: #4C4C4C. Windows color (decimal): -12695413 or 9127998. OLE color: 9127998.

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

Color convert

RGB6272139-
CMYK0.550.4800.45
HSL232.21º38.31%39.41%-
HSV(B)232.21º55.4%54.51%-
XYZ8.967.5225.41-
YUV76.65163.19117.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.71%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=22.71%
G=26.37%
B=50.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62721390.550.4800.45232.2138.3139.41
Hex3E488B373002De82627
Octal7611021367600553504647
Binary111110100100010001011110111110000010110111101000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,72,139); }

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

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

 a { background-color: rgb(62,72,139); }

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

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

 span { border-color: rgb(62,72,139); }

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