Html Css Color HEX #395085 Tory Blue

📋 copy color: '#395085'

red 57 ◦ green 80 ◦ blue 133

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

Shades of Tory Blue #395085

Tints of Tory Blue #395085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.26%

R = 21.11%
G = 29.63%
B = 49.26%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#395085 (or 0x395085) is known color: Tory Blue. HEX triplet: 39, 50 and 85. RGB value is (57,80,133). Sum of RGB (Red+Green+Blue) = 57+80+133=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #395085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395085 is #C6AF7A. Grayscale: #4E4E4E. Windows color (decimal): -13021051 or 8736825. OLE color: 8736825.

HSL color Cylindrical-coordinate representation of color #395085: hue angle of 221.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395085 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 80 133 -
CMYK 0.57 0.40 0 0.48
HSL 221.84º 0.4% 0.37% -
HSV(B) 221.84º 0.57% 0.52% -
XYZ 8.79 8.3 23.33 -
YUV 79.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 57 80 133 0.57 0.40 0 0.48 221.84 0.4 0.37
Hex 39 50 85 39 28 0 30 DE 28 25
Octal 71 120 205 71 50 0 60 336 50 45
Binary 111001 1010000 10000101 111001 101000 0 110000 11011110 101000 100101

Color Harmonies of #395085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395085

Black with #395085

Text Example


Text Example

White with #395085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395085; }

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

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

background-color css

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

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

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

border-color css

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

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

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