Html Css Color HEX #39478D Tory Blue

📋 copy color: '#39478D'

red 57 ◦ green 71 ◦ blue 141

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

Shades of Tory Blue #39478D

Tints of Tory Blue #39478D

RGB

 RED value IS 57 (22.66% from 255) = 21.19%

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

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

R = 21.19%
G = 26.39%
B = 52.42%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39478D (or 0x39478D) is known color: Tory Blue. HEX triplet: 39, 47 and 8D. RGB value is (57,71,141). Sum of RGB (Red+Green+Blue) = 57+71+141=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #39478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39478D is #C6B872. Grayscale: #4A4A4A. Windows color (decimal): -13023347 or 9258809. OLE color: 9258809.

HSL color Cylindrical-coordinate representation of color #39478D: hue angle of 230º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39478D is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 71 141 -
CMYK 0.60 0.50 0 0.45
HSL 230º 0.42% 0.39% -
HSV(B) 230º 0.6% 0.55% -
XYZ 8.75 7.3 26.15 -
YUV 74.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 57 71 141 0.60 0.50 0 0.45 230 0.42 0.39
Hex 39 47 8D 3C 32 0 2D E6 2A 27
Octal 71 107 215 74 62 0 55 346 52 47
Binary 111001 1000111 10001101 111100 110010 0 101101 11100110 101010 100111

Color Harmonies of #39478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39478D

Black with #39478D

Text Example


Text Example

White with #39478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39478D; }

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

 H1.HeaderClassName
 {
   color: #39478D;
 }
 .AnyTagClassName
 {
   color: #39478D;
 }
</style>

background-color css

<style>
 a { background-color: #39478D; }

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

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

border-color css

<style>
 span { border-color: #39478D; }

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

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