Html Css Color HEX #3C5189 Tory Blue

📋 copy color: '#3C5189'

red 60 ◦ green 81 ◦ blue 137

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

Shades of Tory Blue #3C5189

Tints of Tory Blue #3C5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

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

R = 21.58%
G = 29.14%
B = 49.28%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C5189 (or 0x3C5189) is known color: Tory Blue. HEX triplet: 3C, 51 and 89. RGB value is (60,81,137). Sum of RGB (Red+Green+Blue) = 60+81+137=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C5189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5189 is #C3AE76. Grayscale: #505050. Windows color (decimal): -12824183 or 8999228. OLE color: 8999228.

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

Color convert

RGB 60 81 137 -
CMYK 0.56 0.41 0 0.46
HSL 223.64º 0.39% 0.39% -
HSV(B) 223.64º 0.56% 0.54% -
XYZ 9.32 8.65 24.85 -
YUV 81.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 60 81 137 0.56 0.41 0 0.46 223.64 0.39 0.39
Hex 3C 51 89 38 29 0 2E E0 27 27
Octal 74 121 211 70 51 0 56 340 47 47
Binary 111100 1010001 10001001 111000 101001 0 101110 11100000 100111 100111

Color Harmonies of #3C5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5189

Black with #3C5189

Text Example


Text Example

White with #3C5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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