Html Css Color HEX #3B558C Tory Blue

📋 copy color: '#3B558C'

red 59 ◦ green 85 ◦ blue 140

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

Shades of Tory Blue #3B558C

Tints of Tory Blue #3B558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 20.77%
G = 29.93%
B = 49.3%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B558C (or 0x3B558C) is known color: Tory Blue. HEX triplet: 3B, 55 and 8C. RGB value is (59,85,140). Sum of RGB (Red+Green+Blue) = 59+85+140=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B558C is #C4AA73. Grayscale: #535353. Windows color (decimal): -12888692 or 9196859. OLE color: 9196859.

HSL color Cylindrical-coordinate representation of color #3B558C: hue angle of 220.74º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B558C is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 85 140 -
CMYK 0.58 0.39 0 0.45
HSL 220.74º 0.41% 0.39% -
HSV(B) 220.74º 0.58% 0.55% -
XYZ 9.79 9.32 26.09 -
YUV 83.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 59 85 140 0.58 0.39 0 0.45 220.74 0.41 0.39
Hex 3B 55 8C 3A 27 0 2D DD 29 27
Octal 73 125 214 72 47 0 55 335 51 47
Binary 111011 1010101 10001100 111010 100111 0 101101 11011101 101001 100111

Color Harmonies of #3B558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B558C

Black with #3B558C

Text Example


Text Example

White with #3B558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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