Html Css Color HEX #3B509B Tory Blue

📋 copy color: '#3B509B'

red 59 ◦ green 80 ◦ blue 155

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

Shades of Tory Blue #3B509B

Tints of Tory Blue #3B509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

 BLUE value IS 155 (60.94% from 255) = 52.72%

R = 20.07%
G = 27.21%
B = 52.72%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B509B (or 0x3B509B) is known color: Tory Blue. HEX triplet: 3B, 50 and 9B. RGB value is (59,80,155). Sum of RGB (Red+Green+Blue) = 59+80+155=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B509B is #C4AF64. Grayscale: #515151. Windows color (decimal): -12889957 or 10178619. OLE color: 10178619.

HSL color Cylindrical-coordinate representation of color #3B509B: hue angle of 226.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B509B is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 80 155 -
CMYK 0.62 0.48 0 0.39
HSL 226.88º 0.45% 0.42% -
HSV(B) 226.88º 0.62% 0.61% -
XYZ 10.59 9.03 32.2 -
YUV 82.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 59 80 155 0.62 0.48 0 0.39 226.88 0.45 0.42
Hex 3B 50 9B 3E 30 0 27 E3 2D 2A
Octal 73 120 233 76 60 0 47 343 55 52
Binary 111011 1010000 10011011 111110 110000 0 100111 11100011 101101 101010

Color Harmonies of #3B509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B509B

Black with #3B509B

Text Example


Text Example

White with #3B509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,80,155); }

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

background-color css

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

 a { background-color: rgb(59,80,155); }

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

border-color css

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

 span { border-color: rgb(59,80,155); }

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