Html Css Color HEX #395092 Tory Blue

📋 copy color: '#395092'

red 57 ◦ green 80 ◦ blue 146

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

Shades of Tory Blue #395092

Tints of Tory Blue #395092

RGB

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

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

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

R = 20.14%
G = 28.27%
B = 51.59%

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

#395092 (or 0x395092) is known color: Tory Blue. HEX triplet: 39, 50 and 92. RGB value is (57,80,146). Sum of RGB (Red+Green+Blue) = 57+80+146=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #395092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395092 is #C6AF6D. Grayscale: #505050. Windows color (decimal): -13021038 or 9588793. OLE color: 9588793.

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

Color convert

RGB 57 80 146 -
CMYK 0.61 0.45 0 0.43
HSL 224.49º 0.44% 0.4% -
HSV(B) 224.49º 0.61% 0.57% -
XYZ 9.74 8.68 28.36 -
YUV 80.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 57 80 146 0.61 0.45 0 0.43 224.49 0.44 0.4
Hex 39 50 92 3D 2D 0 2B E0 2C 28
Octal 71 120 222 75 55 0 53 340 54 50
Binary 111001 1010000 10010010 111101 101101 0 101011 11100000 101100 101000

Color Harmonies of #395092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395092

Black with #395092

Text Example


Text Example

White with #395092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395092; }

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

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

background-color css

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

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

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

border-color css

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

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

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