Html Css Color HEX #3C4881 Tory Blue

📋 copy color: '#3C4881'

red 60 ◦ green 72 ◦ blue 129

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

Shades of Tory Blue #3C4881

Tints of Tory Blue #3C4881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 22.99%
G = 27.59%
B = 49.43%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C4881 (or 0x3C4881) is known color: Tory Blue. HEX triplet: 3C, 48 and 81. RGB value is (60,72,129). Sum of RGB (Red+Green+Blue) = 60+72+129=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C4881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4881 is #C3B77E. Grayscale: #4A4A4A. Windows color (decimal): -12826495 or 8472636. OLE color: 8472636.

HSL color Cylindrical-coordinate representation of color #3C4881: hue angle of 229.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C4881 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 72 129 -
CMYK 0.53 0.44 0 0.49
HSL 229.57º 0.37% 0.37% -
HSV(B) 229.57º 0.53% 0.51% -
XYZ 8.14 7.18 21.73 -
YUV 74.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 60 72 129 0.53 0.44 0 0.49 229.57 0.37 0.37
Hex 3C 48 81 35 2C 0 31 E6 25 25
Octal 74 110 201 65 54 0 61 346 45 45
Binary 111100 1001000 10000001 110101 101100 0 110001 11100110 100101 100101

Color Harmonies of #3C4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4881

Black with #3C4881

Text Example


Text Example

White with #3C4881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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