Html Css Color HEX #3C478B Tory Blue

📋 copy color: '#3C478B'

red 60 ◦ green 71 ◦ blue 139

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

Shades of Tory Blue #3C478B

Tints of Tory Blue #3C478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 22.22%
G = 26.3%
B = 51.48%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C478B (or 0x3C478B) is known color: Tory Blue. HEX triplet: 3C, 47 and 8B. RGB value is (60,71,139). Sum of RGB (Red+Green+Blue) = 60+71+139=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C478B is #C3B874. Grayscale: #4B4B4B. Windows color (decimal): -12826741 or 9127740. OLE color: 9127740.

HSL color Cylindrical-coordinate representation of color #3C478B: hue angle of 231.65º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C478B is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 71 139 -
CMYK 0.57 0.49 0 0.45
HSL 231.65º 0.4% 0.39% -
HSV(B) 231.65º 0.57% 0.55% -
XYZ 8.78 7.33 25.38 -
YUV 75.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 60 71 139 0.57 0.49 0 0.45 231.65 0.4 0.39
Hex 3C 47 8B 39 31 0 2D E8 28 27
Octal 74 107 213 71 61 0 55 350 50 47
Binary 111100 1000111 10001011 111001 110001 0 101101 11101000 101000 100111

Color Harmonies of #3C478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C478B

Black with #3C478B

Text Example


Text Example

White with #3C478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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