Html Css Color HEX #3C5090 Tory Blue

📋 copy color: '#3C5090'

red 60 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #3C5090

Tints of Tory Blue #3C5090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 21.13%
G = 28.17%
B = 50.7%

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

#3C5090 (or 0x3C5090) is known color: Tory Blue. HEX triplet: 3C, 50 and 90. RGB value is (60,80,144). Sum of RGB (Red+Green+Blue) = 60+80+144=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5090 is #C3AF6F. Grayscale: #515151. Windows color (decimal): -12824432 or 9457724. OLE color: 9457724.

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

Color convert

RGB 60 80 144 -
CMYK 0.58 0.44 0 0.44
HSL 225.71º 0.41% 0.4% -
HSV(B) 225.71º 0.58% 0.56% -
XYZ 9.77 8.71 27.55 -
YUV 81.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 60 80 144 0.58 0.44 0 0.44 225.71 0.41 0.4
Hex 3C 50 90 3A 2C 0 2C E2 29 28
Octal 74 120 220 72 54 0 54 342 51 50
Binary 111100 1010000 10010000 111010 101100 0 101100 11100010 101001 101000

Color Harmonies of #3C5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5090

Black with #3C5090

Text Example


Text Example

White with #3C5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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