Html Css Color HEX #3B5182 Tory Blue

📋 copy color: '#3B5182'

red 59 ◦ green 81 ◦ blue 130

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

Shades of Tory Blue #3B5182

Tints of Tory Blue #3B5182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 130 (51.17% from 255) = 48.15%

R = 21.85%
G = 30%
B = 48.15%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3B5182 (or 0x3B5182) is known color: Tory Blue. HEX triplet: 3B, 51 and 82. RGB value is (59,81,130). Sum of RGB (Red+Green+Blue) = 59+81+130=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B5182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5182 is #C4AE7D. Grayscale: #4F4F4F. Windows color (decimal): -12889726 or 8540475. OLE color: 8540475.

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

Color convert

RGB 59 81 130 -
CMYK 0.55 0.38 0 0.49
HSL 221.41º 0.38% 0.37% -
HSV(B) 221.41º 0.55% 0.51% -
XYZ 8.78 8.43 22.28 -
YUV 80.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 59 81 130 0.55 0.38 0 0.49 221.41 0.38 0.37
Hex 3B 51 82 37 26 0 31 DD 26 25
Octal 73 121 202 67 46 0 61 335 46 45
Binary 111011 1010001 10000010 110111 100110 0 110001 11011101 100110 100101

Color Harmonies of #3B5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5182

Black with #3B5182

Text Example


Text Example

White with #3B5182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,81,130); }

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

background-color css

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

 a { background-color: rgb(59,81,130); }

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

border-color css

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

 span { border-color: rgb(59,81,130); }

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