Html Css Color HEX #3C5294 Tory Blue

📋 copy color: '#3C5294'

red 60 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #3C5294

Tints of Tory Blue #3C5294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

 BLUE value IS 148 (58.2% from 255) = 51.03%

R = 20.69%
G = 28.28%
B = 51.03%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C5294 (or 0x3C5294) is known color: Tory Blue. HEX triplet: 3C, 52 and 94. RGB value is (60,82,148). Sum of RGB (Red+Green+Blue) = 60+82+148=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C5294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5294 is #C3AD6B. Grayscale: #525252. Windows color (decimal): -12823916 or 9720380. OLE color: 9720380.

HSL color Cylindrical-coordinate representation of color #3C5294: hue angle of 225º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C5294 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 82 148 -
CMYK 0.59 0.45 0 0.42
HSL 225º 0.42% 0.41% -
HSV(B) 225º 0.59% 0.58% -
XYZ 10.23 9.13 29.24 -
YUV 82.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 60 82 148 0.59 0.45 0 0.42 225 0.42 0.41
Hex 3C 52 94 3B 2D 0 2A E1 2A 29
Octal 74 122 224 73 55 0 52 341 52 51
Binary 111100 1010010 10010100 111011 101101 0 101010 11100001 101010 101001

Color Harmonies of #3C5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5294

Black with #3C5294

Text Example


Text Example

White with #3C5294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,148); }

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

background-color css

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

 a { background-color: rgb(60,82,148); }

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

border-color css

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

 span { border-color: rgb(60,82,148); }

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