Html Css Color HEX #3C4C7C Tory Blue

📋 copy color: '#3C4C7C'

red 60 ◦ green 76 ◦ blue 124

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

Shades of Tory Blue #3C4C7C

Tints of Tory Blue #3C4C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 23.08%
G = 29.23%
B = 47.69%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C4C7C (or 0x3C4C7C) is known color: Tory Blue. HEX triplet: 3C, 4C and 7C. RGB value is (60,76,124). Sum of RGB (Red+Green+Blue) = 60+76+124=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C4C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C7C is #C3B383. Grayscale: #4C4C4C. Windows color (decimal): -12825476 or 8145980. OLE color: 8145980.

HSL color Cylindrical-coordinate representation of color #3C4C7C: hue angle of 225º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C4C7C is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 76 124 -
CMYK 0.52 0.39 0 0.51
HSL 225º 0.35% 0.36% -
HSV(B) 225º 0.52% 0.49% -
XYZ 8.09 7.58 20.11 -
YUV 76.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 60 76 124 0.52 0.39 0 0.51 225 0.35 0.36
Hex 3C 4C 7C 34 27 0 33 E1 23 24
Octal 74 114 174 64 47 0 63 341 43 44
Binary 111100 1001100 1111100 110100 100111 0 110011 11100001 100011 100100

Color Harmonies of #3C4C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C7C

Black with #3C4C7C

Text Example


Text Example

White with #3C4C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,76,124); }

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

background-color css

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

 a { background-color: rgb(60,76,124); }

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

border-color css

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

 span { border-color: rgb(60,76,124); }

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