#3C4B8E

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

Shades of Tory Blue #3C4B8E

Tints of Tory Blue #3C4B8E

Color information

#3C4B8E (or 0x3C4B8E) is unknown color: approx Tory Blue. HEX triplet: 3C, 4B and 8E. RGB value is (60,75,142). Sum of RGB (Red+Green+Blue) = 60+75+142=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C4B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4B8E is #C3B471. Grayscale: #4D4D4D. Windows color (decimal): -12825714 or 9325372. OLE color: 9325372.

HSL color Cylindrical-coordinate representation of color #3C4B8E: hue angle of 229.02º 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 #3C4B8E is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6075142-
CMYK0.580.4700.44
HSL229.02º40.59%39.61%-
HSV(B)229.02º57.75%55.69%-
XYZ9.267.9526.64-
YUV78.15164.03115.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=21.66%
G=27.08%
B=51.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60751420.580.4700.44229.0240.5939.61
Hex3C4B8E3A2F02Ce52928
Octal7411321672570543455150
Binary111100100101110001110111010101111010110011100101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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