Html Css Color HEX #39509E Tory Blue

📋 copy color: '#39509E'

red 57 ◦ green 80 ◦ blue 158

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

Shades of Tory Blue #39509E

Tints of Tory Blue #39509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.56%

R = 19.32%
G = 27.12%
B = 53.56%

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

#39509E (or 0x39509E) is known color: Tory Blue. HEX triplet: 39, 50 and 9E. RGB value is (57,80,158). Sum of RGB (Red+Green+Blue) = 57+80+158=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #39509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39509E is #C6AF61. Grayscale: #515151. Windows color (decimal): -13021026 or 10375225. OLE color: 10375225.

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

Color convert

RGB 57 80 158 -
CMYK 0.64 0.49 0 0.38
HSL 226.34º 0.47% 0.42% -
HSV(B) 226.34º 0.64% 0.62% -
XYZ 10.73 9.08 33.53 -
YUV 82.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 57 80 158 0.64 0.49 0 0.38 226.34 0.47 0.42
Hex 39 50 9E 40 31 0 26 E2 2F 2A
Octal 71 120 236 100 61 0 46 342 57 52
Binary 111001 1010000 10011110 1000000 110001 0 100110 11100010 101111 101010

Color Harmonies of #39509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39509E

Black with #39509E

Text Example


Text Example

White with #39509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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