#3E488A

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

Shades of Tory Blue #3E488A

Tints of Tory Blue #3E488A

Color information

#3E488A (or 0x3E488A) is unknown color: approx Tory Blue. HEX triplet: 3E, 48 and 8A. RGB value is (62,72,138). Sum of RGB (Red+Green+Blue) = 62+72+138=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E488A is #C1B775. Grayscale: #4C4C4C. Windows color (decimal): -12695414 or 9062462. OLE color: 9062462.

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

Color convert

RGB6272138-
CMYK0.550.4800.46
HSL232.11º38%39.22%-
HSV(B)232.11º55.07%54.12%-
XYZ8.897.4925.02-
YUV76.53162.69117.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=22.79%
G=26.47%
B=50.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62721380.550.4800.46232.113839.22
Hex3E488A373002Ee82627
Octal7611021267600563504647
Binary111110100100010001010110111110000010111011101000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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