Html Css Color HEX #39509D Tory Blue

📋 copy color: '#39509D'

red 57 ◦ green 80 ◦ blue 157

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

Shades of Tory Blue #39509D

Tints of Tory Blue #39509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

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

R = 19.39%
G = 27.21%
B = 53.4%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39509D (or 0x39509D) is known color: Tory Blue. HEX triplet: 39, 50 and 9D. RGB value is (57,80,157). Sum of RGB (Red+Green+Blue) = 57+80+157=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #39509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39509D is #C6AF62. Grayscale: #515151. Windows color (decimal): -13021027 or 10309689. OLE color: 10309689.

HSL color Cylindrical-coordinate representation of color #39509D: hue angle of 226.2º 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 #39509D is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 80 157 -
CMYK 0.64 0.49 0 0.38
HSL 226.2º 0.47% 0.42% -
HSV(B) 226.2º 0.64% 0.62% -
XYZ 10.64 9.04 33.08 -
YUV 81.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 57 80 157 0.64 0.49 0 0.38 226.2 0.47 0.42
Hex 39 50 9D 40 31 0 26 E2 2F 2A
Octal 71 120 235 100 61 0 46 342 57 52
Binary 111001 1010000 10011101 1000000 110001 0 100110 11100010 101111 101010

Color Harmonies of #39509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39509D

Black with #39509D

Text Example


Text Example

White with #39509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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