Html Css Color HEX #3B5297 Tory Blue

📋 copy color: '#3B5297'

red 59 ◦ green 82 ◦ blue 151

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

Shades of Tory Blue #3B5297

Tints of Tory Blue #3B5297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 151 (59.38% from 255) = 51.71%

R = 20.21%
G = 28.08%
B = 51.71%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3B5297 (or 0x3B5297) is known color: Tory Blue. HEX triplet: 3B, 52 and 97. RGB value is (59,82,151). Sum of RGB (Red+Green+Blue) = 59+82+151=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B5297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5297 is #C4AD68. Grayscale: #525252. Windows color (decimal): -12889449 or 9916987. OLE color: 9916987.

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

Color convert

RGB 59 82 151 -
CMYK 0.61 0.46 0 0.41
HSL 225º 0.44% 0.41% -
HSV(B) 225º 0.61% 0.59% -
XYZ 10.41 9.2 30.51 -
YUV 82.99 166.38 110.89 -
System Red Green Blue C M Y K H S L
Decimal 59 82 151 0.61 0.46 0 0.41 225 0.44 0.41
Hex 3B 52 97 3D 2E 0 29 E1 2C 29
Octal 73 122 227 75 56 0 51 341 54 51
Binary 111011 1010010 10010111 111101 101110 0 101001 11100001 101100 101001

Color Harmonies of #3B5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5297

Black with #3B5297

Text Example


Text Example

White with #3B5297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,151); }

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

background-color css

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

 a { background-color: rgb(59,82,151); }

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

border-color css

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

 span { border-color: rgb(59,82,151); }

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