Html Css Color HEX #3B5589 Tory Blue

📋 copy color: '#3B5589'

red 59 ◦ green 85 ◦ blue 137

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

Shades of Tory Blue #3B5589

Tints of Tory Blue #3B5589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 21%
G = 30.25%
B = 48.75%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3B5589 (or 0x3B5589) is known color: Tory Blue. HEX triplet: 3B, 55 and 89. RGB value is (59,85,137). Sum of RGB (Red+Green+Blue) = 59+85+137=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B5589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5589 is #C4AA76. Grayscale: #525252. Windows color (decimal): -12888695 or 9000251. OLE color: 9000251.

HSL color Cylindrical-coordinate representation of color #3B5589: hue angle of 220º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B5589 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 85 137 -
CMYK 0.57 0.38 0 0.46
HSL 220º 0.4% 0.38% -
HSV(B) 220º 0.57% 0.54% -
XYZ 9.57 9.23 24.94 -
YUV 83.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 59 85 137 0.57 0.38 0 0.46 220 0.4 0.38
Hex 3B 55 89 39 26 0 2E DC 28 26
Octal 73 125 211 71 46 0 56 334 50 46
Binary 111011 1010101 10001001 111001 100110 0 101110 11011100 101000 100110

Color Harmonies of #3B5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5589

Black with #3B5589

Text Example


Text Example

White with #3B5589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,137); }

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

background-color css

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

 a { background-color: rgb(59,85,137); }

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

border-color css

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

 span { border-color: rgb(59,85,137); }

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