Html Css Color HEX #395792 Tory Blue

📋 copy color: '#395792'

red 57 ◦ green 87 ◦ blue 146

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

Shades of Tory Blue #395792

Tints of Tory Blue #395792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

 BLUE value IS 146 (57.42% from 255) = 50.34%

R = 19.66%
G = 30%
B = 50.34%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#395792 (or 0x395792) is known color: Tory Blue. HEX triplet: 39, 57 and 92. RGB value is (57,87,146). Sum of RGB (Red+Green+Blue) = 57+87+146=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #395792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395792 is #C6A86D. Grayscale: #545454. Windows color (decimal): -13019246 or 9590585. OLE color: 9590585.

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

Color convert

RGB 57 87 146 -
CMYK 0.61 0.40 0 0.43
HSL 219.78º 0.44% 0.4% -
HSV(B) 219.78º 0.61% 0.57% -
XYZ 10.28 9.76 28.54 -
YUV 84.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 57 87 146 0.61 0.40 0 0.43 219.78 0.44 0.4
Hex 39 57 92 3D 28 0 2B DC 2C 28
Octal 71 127 222 75 50 0 53 334 54 50
Binary 111001 1010111 10010010 111101 101000 0 101011 11011100 101100 101000

Color Harmonies of #395792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395792

Black with #395792

Text Example


Text Example

White with #395792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395792; }

 p { color: rgb(57,87,146); }

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

background-color css

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

 a { background-color: rgb(57,87,146); }

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

border-color css

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

 span { border-color: rgb(57,87,146); }

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