Html Css Color HEX #3B498C Tory Blue

📋 copy color: '#3B498C'

red 59 ◦ green 73 ◦ blue 140

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

Shades of Tory Blue #3B498C

Tints of Tory Blue #3B498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

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

R = 21.69%
G = 26.84%
B = 51.47%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B498C (or 0x3B498C) is known color: Tory Blue. HEX triplet: 3B, 49 and 8C. RGB value is (59,73,140). Sum of RGB (Red+Green+Blue) = 59+73+140=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B498C is #C4B673. Grayscale: #4C4C4C. Windows color (decimal): -12891764 or 9193787. OLE color: 9193787.

HSL color Cylindrical-coordinate representation of color #3B498C: hue angle of 229.63º 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 #3B498C is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 73 140 -
CMYK 0.58 0.48 0 0.45
HSL 229.63º 0.41% 0.39% -
HSV(B) 229.63º 0.58% 0.55% -
XYZ 8.92 7.59 25.81 -
YUV 76.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 59 73 140 0.58 0.48 0 0.45 229.63 0.41 0.39
Hex 3B 49 8C 3A 30 0 2D E6 29 27
Octal 73 111 214 72 60 0 55 346 51 47
Binary 111011 1001001 10001100 111010 110000 0 101101 11100110 101001 100111

Color Harmonies of #3B498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B498C

Black with #3B498C

Text Example


Text Example

White with #3B498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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