Html Css Color HEX #3C489C Tory Blue

📋 copy color: '#3C489C'

red 60 ◦ green 72 ◦ blue 156

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

Shades of Tory Blue #3C489C

Tints of Tory Blue #3C489C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 20.83%
G = 25%
B = 54.17%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C489C (or 0x3C489C) is known color: Tory Blue. HEX triplet: 3C, 48 and 9C. RGB value is (60,72,156). Sum of RGB (Red+Green+Blue) = 60+72+156=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C489C is #C3B763. Grayscale: #4D4D4D. Windows color (decimal): -12826468 or 10242108. OLE color: 10242108.

HSL color Cylindrical-coordinate representation of color #3C489C: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C489C is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 72 156 -
CMYK 0.62 0.54 0 0.39
HSL 232.5º 0.44% 0.42% -
HSV(B) 232.5º 0.62% 0.61% -
XYZ 10.18 8 32.46 -
YUV 77.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 60 72 156 0.62 0.54 0 0.39 232.5 0.44 0.42
Hex 3C 48 9C 3E 36 0 27 E8 2C 2A
Octal 74 110 234 76 66 0 47 350 54 52
Binary 111100 1001000 10011100 111110 110110 0 100111 11101000 101100 101010

Color Harmonies of #3C489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C489C

Black with #3C489C

Text Example


Text Example

White with #3C489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,156); }

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

background-color css

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

 a { background-color: rgb(60,72,156); }

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

border-color css

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

 span { border-color: rgb(60,72,156); }

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