Html Css Color HEX #3C4F8B Tory Blue

📋 copy color: '#3C4F8B'

red 60 ◦ green 79 ◦ blue 139

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

Shades of Tory Blue #3C4F8B

Tints of Tory Blue #3C4F8B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

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

R = 21.58%
G = 28.42%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C4F8B (or 0x3C4F8B) is known color: Tory Blue. HEX triplet: 3C, 4F and 8B. RGB value is (60,79,139). Sum of RGB (Red+Green+Blue) = 60+79+139=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C4F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4F8B is #C3B074. Grayscale: #4F4F4F. Windows color (decimal): -12824693 or 9129788. OLE color: 9129788.

HSL color Cylindrical-coordinate representation of color #3C4F8B: hue angle of 225.57º 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 #3C4F8B is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 79 139 -
CMYK 0.57 0.43 0 0.45
HSL 225.57º 0.4% 0.39% -
HSV(B) 225.57º 0.57% 0.55% -
XYZ 9.32 8.42 25.56 -
YUV 80.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 60 79 139 0.57 0.43 0 0.45 225.57 0.4 0.39
Hex 3C 4F 8B 39 2B 0 2D E2 28 27
Octal 74 117 213 71 53 0 55 342 50 47
Binary 111100 1001111 10001011 111001 101011 0 101101 11100010 101000 100111

Color Harmonies of #3C4F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4F8B

Black with #3C4F8B

Text Example


Text Example

White with #3C4F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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