Html Css Color HEX #39478B Tory Blue

📋 copy color: '#39478B'

red 57 ◦ green 71 ◦ blue 139

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

Shades of Tory Blue #39478B

Tints of Tory Blue #39478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 21.35%
G = 26.59%
B = 52.06%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39478B (or 0x39478B) is known color: Tory Blue. HEX triplet: 39, 47 and 8B. RGB value is (57,71,139). Sum of RGB (Red+Green+Blue) = 57+71+139=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #39478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39478B is #C6B874. Grayscale: #4A4A4A. Windows color (decimal): -13023349 or 9127737. OLE color: 9127737.

HSL color Cylindrical-coordinate representation of color #39478B: hue angle of 229.76º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39478B is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 71 139 -
CMYK 0.59 0.49 0 0.45
HSL 229.76º 0.42% 0.38% -
HSV(B) 229.76º 0.59% 0.55% -
XYZ 8.6 7.24 25.37 -
YUV 74.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 57 71 139 0.59 0.49 0 0.45 229.76 0.42 0.38
Hex 39 47 8B 3B 31 0 2D E6 2A 26
Octal 71 107 213 73 61 0 55 346 52 46
Binary 111001 1000111 10001011 111011 110001 0 101101 11100110 101010 100110

Color Harmonies of #39478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39478B

Black with #39478B

Text Example


Text Example

White with #39478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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