Html Css Color HEX #39489D Tory Blue

📋 copy color: '#39489D'

red 57 ◦ green 72 ◦ blue 157

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

Shades of Tory Blue #39489D

Tints of Tory Blue #39489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

 BLUE value IS 157 (61.72% from 255) = 54.9%

R = 19.93%
G = 25.17%
B = 54.9%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39489D (or 0x39489D) is known color: Tory Blue. HEX triplet: 39, 48 and 9D. RGB value is (57,72,157). Sum of RGB (Red+Green+Blue) = 57+72+157=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #39489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39489D is #C6B762. Grayscale: #4C4C4C. Windows color (decimal): -13023075 or 10307641. OLE color: 10307641.

HSL color Cylindrical-coordinate representation of color #39489D: hue angle of 231º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39489D is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 72 157 -
CMYK 0.64 0.54 0 0.38
HSL 231º 0.47% 0.42% -
HSV(B) 231º 0.64% 0.62% -
XYZ 10.09 7.94 32.9 -
YUV 77.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 57 72 157 0.64 0.54 0 0.38 231 0.47 0.42
Hex 39 48 9D 40 36 0 26 E7 2F 2A
Octal 71 110 235 100 66 0 46 347 57 52
Binary 111001 1001000 10011101 1000000 110110 0 100110 11100111 101111 101010

Color Harmonies of #39489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39489D

Black with #39489D

Text Example


Text Example

White with #39489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,72,157); }

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

background-color css

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

 a { background-color: rgb(57,72,157); }

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

border-color css

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

 span { border-color: rgb(57,72,157); }

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