Html Css Color HEX #3B5992 Tory Blue

📋 copy color: '#3B5992'

red 59 ◦ green 89 ◦ blue 146

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

Shades of Tory Blue #3B5992

Tints of Tory Blue #3B5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 20.07%
G = 30.27%
B = 49.66%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B5992 (or 0x3B5992) is known color: Tory Blue. HEX triplet: 3B, 59 and 92. RGB value is (59,89,146). Sum of RGB (Red+Green+Blue) = 59+89+146=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B5992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5992 is #C4A66D. Grayscale: #565656. Windows color (decimal): -12887662 or 9591099. OLE color: 9591099.

HSL color Cylindrical-coordinate representation of color #3B5992: hue angle of 219.31º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B5992 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 89 146 -
CMYK 0.60 0.39 0 0.43
HSL 219.31º 0.42% 0.4% -
HSV(B) 219.31º 0.6% 0.57% -
XYZ 10.56 10.15 28.6 -
YUV 86.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 59 89 146 0.60 0.39 0 0.43 219.31 0.42 0.4
Hex 3B 59 92 3C 27 0 2B DB 2A 28
Octal 73 131 222 74 47 0 53 333 52 50
Binary 111011 1011001 10010010 111100 100111 0 101011 11011011 101010 101000

Color Harmonies of #3B5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5992

Black with #3B5992

Text Example


Text Example

White with #3B5992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,89,146); }

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

background-color css

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

 a { background-color: rgb(59,89,146); }

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

border-color css

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

 span { border-color: rgb(59,89,146); }

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