#3C488E

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

Shades of Tory Blue #3C488E

Tints of Tory Blue #3C488E

Color information

#3C488E (or 0x3C488E) is unknown color: approx Tory Blue. HEX triplet: 3C, 48 and 8E. RGB value is (60,72,142). Sum of RGB (Red+Green+Blue) = 60+72+142=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C488E is #C3B771. Grayscale: #4C4C4C. Windows color (decimal): -12826482 or 9324604. OLE color: 9324604.

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

Color convert

RGB6072142-
CMYK0.580.4900.44
HSL231.22º40.59%39.61%-
HSV(B)231.22º57.75%55.69%-
XYZ9.067.5526.57-
YUV76.39165.02116.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=21.90%
G=26.28%
B=51.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60721420.580.4900.44231.2240.5939.61
Hex3C488E3A3102Ce72928
Octal7411021672610543475150
Binary111100100100010001110111010110001010110011100111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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