Html Css Color HEX #3B478F Tory Blue

📋 copy color: '#3B478F'

red 59 ◦ green 71 ◦ blue 143

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

Shades of Tory Blue #3B478F

Tints of Tory Blue #3B478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.38%

R = 21.61%
G = 26.01%
B = 52.38%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B478F (or 0x3B478F) is known color: Tory Blue. HEX triplet: 3B, 47 and 8F. RGB value is (59,71,143). Sum of RGB (Red+Green+Blue) = 59+71+143=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B478F is #C4B870. Grayscale: #4B4B4B. Windows color (decimal): -12892273 or 9389883. OLE color: 9389883.

HSL color Cylindrical-coordinate representation of color #3B478F: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B478F is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 71 143 -
CMYK 0.59 0.50 0 0.44
HSL 231.43º 0.42% 0.4% -
HSV(B) 231.43º 0.59% 0.56% -
XYZ 9.01 7.42 26.94 -
YUV 75.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 59 71 143 0.59 0.50 0 0.44 231.43 0.42 0.4
Hex 3B 47 8F 3B 32 0 2C E7 2A 28
Octal 73 107 217 73 62 0 54 347 52 50
Binary 111011 1000111 10001111 111011 110010 0 101100 11100111 101010 101000

Color Harmonies of #3B478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B478F

Black with #3B478F

Text Example


Text Example

White with #3B478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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