Html Css Color HEX #3C578C Tory Blue

📋 copy color: '#3C578C'

red 60 ◦ green 87 ◦ blue 140

#3C578C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #3C578C

Tints of Tory Blue #3C578C

RGB

 RED value IS 60 (23.83% from 255) = 20.91%

 GREEN value IS 87 (34.38% from 255) = 30.31%

 BLUE value IS 140 (55.08% from 255) = 48.78%

R = 20.91%
G = 30.31%
B = 48.78%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C578C (or 0x3C578C) is known color: Tory Blue. HEX triplet: 3C, 57 and 8C. RGB value is (60,87,140). Sum of RGB (Red+Green+Blue) = 60+87+140=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C578C is #C3A873. Grayscale: #545454. Windows color (decimal): -12822644 or 9197372. OLE color: 9197372.

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

Color convert

RGB 60 87 140 -
CMYK 0.57 0.38 0 0.45
HSL 219.75º 0.4% 0.39% -
HSV(B) 219.75º 0.57% 0.55% -
XYZ 10.01 9.67 26.15 -
YUV 84.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 60 87 140 0.57 0.38 0 0.45 219.75 0.4 0.39
Hex 3C 57 8C 39 26 0 2D DC 28 27
Octal 74 127 214 71 46 0 55 334 50 47
Binary 111100 1010111 10001100 111001 100110 0 101101 11011100 101000 100111

Color Harmonies of #3C578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C578C

Black with #3C578C

Text Example


Text Example

White with #3C578C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,87,140); }

 H1.HeaderClassName
 {
   color: #3C578C;
 }
 .AnyTagClassName
 {
   color: #3C578C;
 }
</style>

background-color css

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

 a { background-color: rgb(60,87,140); }

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

border-color css

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

 span { border-color: rgb(60,87,140); }

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