Html Css Color HEX #3C4784 Tory Blue

📋 copy color: '#3C4784'

red 60 ◦ green 71 ◦ blue 132

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

Shades of Tory Blue #3C4784

Tints of Tory Blue #3C4784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 132 (51.95% from 255) = 50.19%

R = 22.81%
G = 27%
B = 50.19%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C4784 (or 0x3C4784) is known color: Tory Blue. HEX triplet: 3C, 47 and 84. RGB value is (60,71,132). Sum of RGB (Red+Green+Blue) = 60+71+132=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C4784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4784 is #C3B87B. Grayscale: #4A4A4A. Windows color (decimal): -12826748 or 8668988. OLE color: 8668988.

HSL color Cylindrical-coordinate representation of color #3C4784: hue angle of 230.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C4784 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 71 132 -
CMYK 0.55 0.46 0 0.48
HSL 230.83º 0.38% 0.38% -
HSV(B) 230.83º 0.55% 0.52% -
XYZ 8.28 7.13 22.77 -
YUV 74.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 60 71 132 0.55 0.46 0 0.48 230.83 0.38 0.38
Hex 3C 47 84 37 2E 0 30 E7 26 26
Octal 74 107 204 67 56 0 60 347 46 46
Binary 111100 1000111 10000100 110111 101110 0 110000 11100111 100110 100110

Color Harmonies of #3C4784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4784

Black with #3C4784

Text Example


Text Example

White with #3C4784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,71,132); }

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

background-color css

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

 a { background-color: rgb(60,71,132); }

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

border-color css

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

 span { border-color: rgb(60,71,132); }

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