Html Css Color HEX #39519A Tory Blue

📋 copy color: '#39519A'

red 57 ◦ green 81 ◦ blue 154

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

Shades of Tory Blue #39519A

Tints of Tory Blue #39519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

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

R = 19.52%
G = 27.74%
B = 52.74%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#39519A (or 0x39519A) is known color: Tory Blue. HEX triplet: 39, 51 and 9A. RGB value is (57,81,154). Sum of RGB (Red+Green+Blue) = 57+81+154=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #39519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39519A is #C6AE65. Grayscale: #515151. Windows color (decimal): -13020774 or 10113337. OLE color: 10113337.

HSL color Cylindrical-coordinate representation of color #39519A: hue angle of 225.15º 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 #39519A is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 81 154 -
CMYK 0.63 0.47 0 0.40
HSL 225.15º 0.46% 0.41% -
HSV(B) 225.15º 0.63% 0.6% -
XYZ 10.46 9.09 31.77 -
YUV 82.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 57 81 154 0.63 0.47 0 0.40 225.15 0.46 0.41
Hex 39 51 9A 3F 2F 0 28 E1 2E 29
Octal 71 121 232 77 57 0 50 341 56 51
Binary 111001 1010001 10011010 111111 101111 0 101000 11100001 101110 101001

Color Harmonies of #39519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39519A

Black with #39519A

Text Example


Text Example

White with #39519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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