Html Css Color HEX #3C5290 Tory Blue

📋 copy color: '#3C5290'

red 60 ◦ green 82 ◦ blue 144

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

Shades of Tory Blue #3C5290

Tints of Tory Blue #3C5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 20.98%
G = 28.67%
B = 50.35%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C5290 (or 0x3C5290) is known color: Tory Blue. HEX triplet: 3C, 52 and 90. RGB value is (60,82,144). Sum of RGB (Red+Green+Blue) = 60+82+144=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C5290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5290 is #C3AD6F. Grayscale: #525252. Windows color (decimal): -12823920 or 9458236. OLE color: 9458236.

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

Color convert

RGB 60 82 144 -
CMYK 0.58 0.43 0 0.44
HSL 224.29º 0.41% 0.4% -
HSV(B) 224.29º 0.58% 0.56% -
XYZ 9.91 9.01 27.6 -
YUV 82.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 60 82 144 0.58 0.43 0 0.44 224.29 0.41 0.4
Hex 3C 52 90 3A 2B 0 2C E0 29 28
Octal 74 122 220 72 53 0 54 340 51 50
Binary 111100 1010010 10010000 111010 101011 0 101100 11100000 101001 101000

Color Harmonies of #3C5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5290

Black with #3C5290

Text Example


Text Example

White with #3C5290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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