Html Css Color HEX #3C5990 Tory Blue

📋 copy color: '#3C5990'

red 60 ◦ green 89 ◦ blue 144

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

Shades of Tory Blue #3C5990

Tints of Tory Blue #3C5990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

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

R = 20.48%
G = 30.38%
B = 49.15%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C5990 (or 0x3C5990) is known color: Tory Blue. HEX triplet: 3C, 59 and 90. RGB value is (60,89,144). Sum of RGB (Red+Green+Blue) = 60+89+144=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C5990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5990 is #C3A66F. Grayscale: #565656. Windows color (decimal): -12822128 or 9460028. OLE color: 9460028.

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

Color convert

RGB 60 89 144 -
CMYK 0.58 0.38 0 0.44
HSL 219.29º 0.41% 0.4% -
HSV(B) 219.29º 0.58% 0.56% -
XYZ 10.47 10.12 27.79 -
YUV 86.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 60 89 144 0.58 0.38 0 0.44 219.29 0.41 0.4
Hex 3C 59 90 3A 26 0 2C DB 29 28
Octal 74 131 220 72 46 0 54 333 51 50
Binary 111100 1011001 10010000 111010 100110 0 101100 11011011 101001 101000

Color Harmonies of #3C5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5990

Black with #3C5990

Text Example


Text Example

White with #3C5990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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