Html Css Color HEX #3C4989 Tory Blue

📋 copy color: '#3C4989'

red 60 ◦ green 73 ◦ blue 137

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

Shades of Tory Blue #3C4989

Tints of Tory Blue #3C4989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

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

R = 22.22%
G = 27.04%
B = 50.74%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C4989 (or 0x3C4989) is known color: Tory Blue. HEX triplet: 3C, 49 and 89. RGB value is (60,73,137). Sum of RGB (Red+Green+Blue) = 60+73+137=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C4989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4989 is #C3B676. Grayscale: #4C4C4C. Windows color (decimal): -12826231 or 8997180. OLE color: 8997180.

HSL color Cylindrical-coordinate representation of color #3C4989: hue angle of 229.87º 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 #3C4989 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 73 137 -
CMYK 0.56 0.47 0 0.46
HSL 229.87º 0.39% 0.39% -
HSV(B) 229.87º 0.56% 0.54% -
XYZ 8.76 7.53 24.66 -
YUV 76.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 60 73 137 0.56 0.47 0 0.46 229.87 0.39 0.39
Hex 3C 49 89 38 2F 0 2E E6 27 27
Octal 74 111 211 70 57 0 56 346 47 47
Binary 111100 1001001 10001001 111000 101111 0 101110 11100110 100111 100111

Color Harmonies of #3C4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4989

Black with #3C4989

Text Example


Text Example

White with #3C4989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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