#3c4b8f

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

Shades of Tory Blue #3C4B8F

Tints of Tory Blue #3C4B8F

Color information

#3C4B8F (or 0x3C4B8F) is unknown color: approx Tory Blue. HEX triplet: 3C, 4B and 8F. RGB value is (60,75,143). Sum of RGB (Red+Green+Blue) = 60+75+143=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C4B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4B8F is #C3B470. Grayscale: #4D4D4D. Windows color (decimal): -12825713 or 9390908. OLE color: 9390908.

HSL color Cylindrical-coordinate representation of color #3C4B8F: hue angle of 229.16º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C4B8F is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6075143-
CMYK0.580.4800.44
HSL229.16º40.89%39.8%-
HSV(B)229.16º58.04%56.08%-
XYZ9.347.9827.03-
YUV78.27164.53114.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.58%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 143 (56.25% from 255) = 51.44%
R=21.58%
G=26.98%
B=51.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60751430.580.4800.44229.1640.8939.8
Hex3C4B8F3A3002Ce52928
Octal7411321772600543455150
Binary111100100101110001111111010110000010110011100101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c4b8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,75,143); }

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

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

 a { background-color: rgb(60,75,143); }

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

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

 span { border-color: rgb(60,75,143); }

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