#3F568A

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

Shades of Tory Blue #3F568A

Tints of Tory Blue #3F568A

Color information

#3F568A (or 0x3F568A) is unknown color: approx Tory Blue. HEX triplet: 3F, 56 and 8A. RGB value is (63,86,138). Sum of RGB (Red+Green+Blue) = 63+86+138=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F568A is #C0A975. Grayscale: #545454. Windows color (decimal): -12626294 or 9066047. OLE color: 9066047.

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

Color convert

RGB6386138-
CMYK0.540.3800.46
HSL221.6º37.31%39.41%-
HSV(B)221.6º54.35%54.12%-
XYZ9.979.5525.36-
YUV85.05157.88112.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=21.95%
G=29.97%
B=48.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63861380.540.3800.46221.637.3139.41
Hex3F568A362602Ede2527
Octal7712621266460563364547
Binary111111101011010001010110110100110010111011011110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,138); }

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

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

 a { background-color: rgb(63,86,138); }

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

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

 span { border-color: rgb(63,86,138); }

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