Html Css Color HEX #3C508D Tory Blue

📋 copy color: '#3C508D'

red 60 ◦ green 80 ◦ blue 141

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

Shades of Tory Blue #3C508D

Tints of Tory Blue #3C508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 141 (55.47% from 255) = 50.18%

R = 21.35%
G = 28.47%
B = 50.18%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C508D (or 0x3C508D) is known color: Tory Blue. HEX triplet: 3C, 50 and 8D. RGB value is (60,80,141). Sum of RGB (Red+Green+Blue) = 60+80+141=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C508D is #C3AF72. Grayscale: #505050. Windows color (decimal): -12824435 or 9261116. OLE color: 9261116.

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

Color convert

RGB 60 80 141 -
CMYK 0.57 0.43 0 0.45
HSL 225.19º 0.4% 0.39% -
HSV(B) 225.19º 0.57% 0.55% -
XYZ 9.54 8.62 26.36 -
YUV 80.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 60 80 141 0.57 0.43 0 0.45 225.19 0.4 0.39
Hex 3C 50 8D 39 2B 0 2D E1 28 27
Octal 74 120 215 71 53 0 55 341 50 47
Binary 111100 1010000 10001101 111001 101011 0 101101 11100001 101000 100111

Color Harmonies of #3C508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C508D

Black with #3C508D

Text Example


Text Example

White with #3C508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,141); }

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

background-color css

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

 a { background-color: rgb(60,80,141); }

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

border-color css

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

 span { border-color: rgb(60,80,141); }

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