Html Css Color HEX #3C578B Tory Blue

📋 copy color: '#3C578B'

red 60 ◦ green 87 ◦ blue 139

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

Shades of Tory Blue #3C578B

Tints of Tory Blue #3C578B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 20.98%
G = 30.42%
B = 48.6%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C578B (or 0x3C578B) is known color: Tory Blue. HEX triplet: 3C, 57 and 8B. RGB value is (60,87,139). Sum of RGB (Red+Green+Blue) = 60+87+139=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C578B is #C3A874. Grayscale: #545454. Windows color (decimal): -12822645 or 9131836. OLE color: 9131836.

HSL color Cylindrical-coordinate representation of color #3C578B: hue angle of 219.49º 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 #3C578B is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 87 139 -
CMYK 0.57 0.37 0 0.45
HSL 219.49º 0.4% 0.39% -
HSV(B) 219.49º 0.57% 0.55% -
XYZ 9.93 9.64 25.76 -
YUV 84.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 60 87 139 0.57 0.37 0 0.45 219.49 0.4 0.39
Hex 3C 57 8B 39 25 0 2D DB 28 27
Octal 74 127 213 71 45 0 55 333 50 47
Binary 111100 1010111 10001011 111001 100101 0 101101 11011011 101000 100111

Color Harmonies of #3C578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C578B

Black with #3C578B

Text Example


Text Example

White with #3C578B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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