Html Css Color HEX #3B497C Tory Blue

📋 copy color: '#3B497C'

red 59 ◦ green 73 ◦ blue 124

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

Shades of Tory Blue #3B497C

Tints of Tory Blue #3B497C

RGB

 RED value IS 59 (23.44% from 255) = 23.05%

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 23.05%
G = 28.52%
B = 48.44%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B497C (or 0x3B497C) is known color: Tory Blue. HEX triplet: 3B, 49 and 7C. RGB value is (59,73,124). Sum of RGB (Red+Green+Blue) = 59+73+124=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B497C is #C4B683. Grayscale: #4A4A4A. Windows color (decimal): -12891780 or 8145211. OLE color: 8145211.

HSL color Cylindrical-coordinate representation of color #3B497C: hue angle of 227.08º degrees, saturation: 0.36, 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 #3B497C is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 73 124 -
CMYK 0.52 0.41 0 0.51
HSL 227.08º 0.36% 0.36% -
HSV(B) 227.08º 0.52% 0.49% -
XYZ 7.82 7.15 20.04 -
YUV 74.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 59 73 124 0.52 0.41 0 0.51 227.08 0.36 0.36
Hex 3B 49 7C 34 29 0 33 E3 24 24
Octal 73 111 174 64 51 0 63 343 44 44
Binary 111011 1001001 1111100 110100 101001 0 110011 11100011 100100 100100

Color Harmonies of #3B497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B497C

Black with #3B497C

Text Example


Text Example

White with #3B497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,73,124); }

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

background-color css

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

 a { background-color: rgb(59,73,124); }

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

border-color css

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

 span { border-color: rgb(59,73,124); }

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