Html Css Color HEX #39509A Tory Blue

📋 copy color: '#39509A'

red 57 ◦ green 80 ◦ blue 154

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

Shades of Tory Blue #39509A

Tints of Tory Blue #39509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.92%

R = 19.59%
G = 27.49%
B = 52.92%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#39509A (or 0x39509A) is known color: Tory Blue. HEX triplet: 39, 50 and 9A. RGB value is (57,80,154). Sum of RGB (Red+Green+Blue) = 57+80+154=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #39509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39509A is #C6AF65. Grayscale: #515151. Windows color (decimal): -13021030 or 10113081. OLE color: 10113081.

HSL color Cylindrical-coordinate representation of color #39509A: hue angle of 225.77º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39509A is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 80 154 -
CMYK 0.63 0.48 0 0.40
HSL 225.77º 0.46% 0.41% -
HSV(B) 225.77º 0.63% 0.6% -
XYZ 10.39 8.94 31.75 -
YUV 81.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 57 80 154 0.63 0.48 0 0.40 225.77 0.46 0.41
Hex 39 50 9A 3F 30 0 28 E2 2E 29
Octal 71 120 232 77 60 0 50 342 56 51
Binary 111001 1010000 10011010 111111 110000 0 101000 11100010 101110 101001

Color Harmonies of #39509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39509A

Black with #39509A

Text Example


Text Example

White with #39509A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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