Html Css Color HEX #395091 Tory Blue

📋 copy color: '#395091'

red 57 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #395091

Tints of Tory Blue #395091

RGB

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

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

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

R = 20.21%
G = 28.37%
B = 51.42%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#395091 (or 0x395091) is known color: Tory Blue. HEX triplet: 39, 50 and 91. RGB value is (57,80,145). Sum of RGB (Red+Green+Blue) = 57+80+145=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #395091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395091 is #C6AF6E. Grayscale: #505050. Windows color (decimal): -13021039 or 9523257. OLE color: 9523257.

HSL color Cylindrical-coordinate representation of color #395091: hue angle of 224.32º 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 #395091 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 80 145 -
CMYK 0.61 0.45 0 0.43
HSL 224.32º 0.44% 0.4% -
HSV(B) 224.32º 0.61% 0.57% -
XYZ 9.67 8.65 27.95 -
YUV 80.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 57 80 145 0.61 0.45 0 0.43 224.32 0.44 0.4
Hex 39 50 91 3D 2D 0 2B E0 2C 28
Octal 71 120 221 75 55 0 53 340 54 50
Binary 111001 1010000 10010001 111101 101101 0 101011 11100000 101100 101000

Color Harmonies of #395091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395091

Black with #395091

Text Example


Text Example

White with #395091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395091; }

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

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

background-color css

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

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

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

border-color css

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

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

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