Html Css Color HEX #3C498A Tory Blue

📋 copy color: '#3C498A'

red 60 ◦ green 73 ◦ blue 138

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

Shades of Tory Blue #3C498A

Tints of Tory Blue #3C498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.92%

R = 22.14%
G = 26.94%
B = 50.92%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C498A (or 0x3C498A) is known color: Tory Blue. HEX triplet: 3C, 49 and 8A. RGB value is (60,73,138). Sum of RGB (Red+Green+Blue) = 60+73+138=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C498A is #C3B675. Grayscale: #4C4C4C. Windows color (decimal): -12826230 or 9062716. OLE color: 9062716.

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

Color convert

RGB 60 73 138 -
CMYK 0.57 0.47 0 0.46
HSL 230º 0.39% 0.39% -
HSV(B) 230º 0.57% 0.54% -
XYZ 8.83 7.56 25.04 -
YUV 76.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 60 73 138 0.57 0.47 0 0.46 230 0.39 0.39
Hex 3C 49 8A 39 2F 0 2E E6 27 27
Octal 74 111 212 71 57 0 56 346 47 47
Binary 111100 1001001 10001010 111001 101111 0 101110 11100110 100111 100111

Color Harmonies of #3C498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C498A

Black with #3C498A

Text Example


Text Example

White with #3C498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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