Html Css Color HEX #395192 Tory Blue

📋 copy color: '#395192'

red 57 ◦ green 81 ◦ blue 146

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

Shades of Tory Blue #395192

Tints of Tory Blue #395192

RGB

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

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

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

R = 20.07%
G = 28.52%
B = 51.41%

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

#395192 (or 0x395192) is known color: Tory Blue. HEX triplet: 39, 51 and 92. RGB value is (57,81,146). Sum of RGB (Red+Green+Blue) = 57+81+146=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #395192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395192 is #C6AE6D. Grayscale: #505050. Windows color (decimal): -13020782 or 9589049. OLE color: 9589049.

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

Color convert

RGB 57 81 146 -
CMYK 0.61 0.45 0 0.43
HSL 223.82º 0.44% 0.4% -
HSV(B) 223.82º 0.61% 0.57% -
XYZ 9.82 8.83 28.38 -
YUV 81.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 57 81 146 0.61 0.45 0 0.43 223.82 0.44 0.4
Hex 39 51 92 3D 2D 0 2B E0 2C 28
Octal 71 121 222 75 55 0 53 340 54 50
Binary 111001 1010001 10010010 111101 101101 0 101011 11100000 101100 101000

Color Harmonies of #395192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395192

Black with #395192

Text Example


Text Example

White with #395192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395192; }

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

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

background-color css

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

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

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

border-color css

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

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

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