Html Css Color HEX #3C489B Tory Blue

📋 copy color: '#3C489B'

red 60 ◦ green 72 ◦ blue 155

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

Shades of Tory Blue #3C489B

Tints of Tory Blue #3C489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 20.91%
G = 25.09%
B = 54.01%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C489B (or 0x3C489B) is known color: Tory Blue. HEX triplet: 3C, 48 and 9B. RGB value is (60,72,155). Sum of RGB (Red+Green+Blue) = 60+72+155=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C489B is #C3B764. Grayscale: #4D4D4D. Windows color (decimal): -12826469 or 10176572. OLE color: 10176572.

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

Color convert

RGB 60 72 155 -
CMYK 0.61 0.54 0 0.39
HSL 232.42º 0.44% 0.42% -
HSV(B) 232.42º 0.61% 0.61% -
XYZ 10.1 7.96 32.01 -
YUV 77.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 60 72 155 0.61 0.54 0 0.39 232.42 0.44 0.42
Hex 3C 48 9B 3D 36 0 27 E8 2C 2A
Octal 74 110 233 75 66 0 47 350 54 52
Binary 111100 1001000 10011011 111101 110110 0 100111 11101000 101100 101010

Color Harmonies of #3C489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C489B

Black with #3C489B

Text Example


Text Example

White with #3C489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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