Html Css Color HEX #395591 Tory Blue

📋 copy color: '#395591'

red 57 ◦ green 85 ◦ blue 145

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

Shades of Tory Blue #395591

Tints of Tory Blue #395591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

 BLUE value IS 145 (57.03% from 255) = 50.52%

R = 19.86%
G = 29.62%
B = 50.52%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#395591 (or 0x395591) is known color: Tory Blue. HEX triplet: 39, 55 and 91. RGB value is (57,85,145). Sum of RGB (Red+Green+Blue) = 57+85+145=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #395591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395591 is #C6AA6E. Grayscale: #535353. Windows color (decimal): -13019759 or 9524537. OLE color: 9524537.

HSL color Cylindrical-coordinate representation of color #395591: hue angle of 220.91º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395591 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 85 145 -
CMYK 0.61 0.41 0 0.43
HSL 220.91º 0.44% 0.4% -
HSV(B) 220.91º 0.61% 0.57% -
XYZ 10.05 9.41 28.08 -
YUV 83.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 57 85 145 0.61 0.41 0 0.43 220.91 0.44 0.4
Hex 39 55 91 3D 29 0 2B DD 2C 28
Octal 71 125 221 75 51 0 53 335 54 50
Binary 111001 1010101 10010001 111101 101001 0 101011 11011101 101100 101000

Color Harmonies of #395591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395591

Black with #395591

Text Example


Text Example

White with #395591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395591; }

 p { color: rgb(57,85,145); }

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

background-color css

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

 a { background-color: rgb(57,85,145); }

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

border-color css

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

 span { border-color: rgb(57,85,145); }

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