Html Css Color HEX #3C508F Tory Blue

📋 copy color: '#3C508F'

red 60 ◦ green 80 ◦ blue 143

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

Shades of Tory Blue #3C508F

Tints of Tory Blue #3C508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.53%

R = 21.2%
G = 28.27%
B = 50.53%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C508F (or 0x3C508F) is known color: Tory Blue. HEX triplet: 3C, 50 and 8F. RGB value is (60,80,143). Sum of RGB (Red+Green+Blue) = 60+80+143=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C508F is #C3AF70. Grayscale: #505050. Windows color (decimal): -12824433 or 9392188. OLE color: 9392188.

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

Color convert

RGB 60 80 143 -
CMYK 0.58 0.44 0 0.44
HSL 225.54º 0.41% 0.4% -
HSV(B) 225.54º 0.58% 0.56% -
XYZ 9.69 8.68 27.15 -
YUV 81.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 60 80 143 0.58 0.44 0 0.44 225.54 0.41 0.4
Hex 3C 50 8F 3A 2C 0 2C E2 29 28
Octal 74 120 217 72 54 0 54 342 51 50
Binary 111100 1010000 10001111 111010 101100 0 101100 11100010 101001 101000

Color Harmonies of #3C508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C508F

Black with #3C508F

Text Example


Text Example

White with #3C508F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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