Html Css Color HEX #3B4D8D Tory Blue

📋 copy color: '#3B4D8D'

red 59 ◦ green 77 ◦ blue 141

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

Shades of Tory Blue #3B4D8D

Tints of Tory Blue #3B4D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.8%

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 21.3%
G = 27.8%
B = 50.9%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B4D8D (or 0x3B4D8D) is known color: Tory Blue. HEX triplet: 3B, 4D and 8D. RGB value is (59,77,141). Sum of RGB (Red+Green+Blue) = 59+77+141=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B4D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4D8D is #C4B272. Grayscale: #4E4E4E. Windows color (decimal): -12890739 or 9260347. OLE color: 9260347.

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

Color convert

RGB 59 77 141 -
CMYK 0.58 0.45 0 0.45
HSL 226.83º 0.41% 0.39% -
HSV(B) 226.83º 0.58% 0.55% -
XYZ 9.27 8.16 26.29 -
YUV 78.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 59 77 141 0.58 0.45 0 0.45 226.83 0.41 0.39
Hex 3B 4D 8D 3A 2D 0 2D E3 29 27
Octal 73 115 215 72 55 0 55 343 51 47
Binary 111011 1001101 10001101 111010 101101 0 101101 11100011 101001 100111

Color Harmonies of #3B4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4D8D

Black with #3B4D8D

Text Example


Text Example

White with #3B4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,77,141); }

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

background-color css

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

 a { background-color: rgb(59,77,141); }

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

border-color css

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

 span { border-color: rgb(59,77,141); }

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