Html Css Color HEX #3C4789 Tory Blue

📋 copy color: '#3C4789'

red 60 ◦ green 71 ◦ blue 137

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

Shades of Tory Blue #3C4789

Tints of Tory Blue #3C4789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 22.39%
G = 26.49%
B = 51.12%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C4789 (or 0x3C4789) is known color: Tory Blue. HEX triplet: 3C, 47 and 89. RGB value is (60,71,137). Sum of RGB (Red+Green+Blue) = 60+71+137=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C4789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4789 is #C3B876. Grayscale: #4A4A4A. Windows color (decimal): -12826743 or 8996668. OLE color: 8996668.

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

Color convert

RGB 60 71 137 -
CMYK 0.56 0.48 0 0.46
HSL 231.43º 0.39% 0.39% -
HSV(B) 231.43º 0.56% 0.54% -
XYZ 8.63 7.27 24.62 -
YUV 75.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 60 71 137 0.56 0.48 0 0.46 231.43 0.39 0.39
Hex 3C 47 89 38 30 0 2E E7 27 27
Octal 74 107 211 70 60 0 56 347 47 47
Binary 111100 1000111 10001001 111000 110000 0 101110 11100111 100111 100111

Color Harmonies of #3C4789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4789

Black with #3C4789

Text Example


Text Example

White with #3C4789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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