Html Css Color HEX #3B478D Tory Blue

📋 copy color: '#3B478D'

red 59 ◦ green 71 ◦ blue 141

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

Shades of Tory Blue #3B478D

Tints of Tory Blue #3B478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 21.77%
G = 26.2%
B = 52.03%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B478D (or 0x3B478D) is known color: Tory Blue. HEX triplet: 3B, 47 and 8D. RGB value is (59,71,141). Sum of RGB (Red+Green+Blue) = 59+71+141=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B478D is #C4B872. Grayscale: #4B4B4B. Windows color (decimal): -12892275 or 9258811. OLE color: 9258811.

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

Color convert

RGB 59 71 141 -
CMYK 0.58 0.50 0 0.45
HSL 231.22º 0.41% 0.39% -
HSV(B) 231.22º 0.58% 0.55% -
XYZ 8.86 7.36 26.15 -
YUV 75.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 59 71 141 0.58 0.50 0 0.45 231.22 0.41 0.39
Hex 3B 47 8D 3A 32 0 2D E7 29 27
Octal 73 107 215 72 62 0 55 347 51 47
Binary 111011 1000111 10001101 111010 110010 0 101101 11100111 101001 100111

Color Harmonies of #3B478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B478D

Black with #3B478D

Text Example


Text Example

White with #3B478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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