Html Css Color HEX #395285 Tory Blue

📋 copy color: '#395285'

red 57 ◦ green 82 ◦ blue 133

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

Shades of Tory Blue #395285

Tints of Tory Blue #395285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 20.96%
G = 30.15%
B = 48.9%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#395285 (or 0x395285) is known color: Tory Blue. HEX triplet: 39, 52 and 85. RGB value is (57,82,133). Sum of RGB (Red+Green+Blue) = 57+82+133=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #395285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395285 is #C6AD7A. Grayscale: #505050. Windows color (decimal): -13020539 or 8737337. OLE color: 8737337.

HSL color Cylindrical-coordinate representation of color #395285: hue angle of 220.26º 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 #395285 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 82 133 -
CMYK 0.57 0.38 0 0.48
HSL 220.26º 0.4% 0.37% -
HSV(B) 220.26º 0.57% 0.52% -
XYZ 8.94 8.6 23.38 -
YUV 80.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 57 82 133 0.57 0.38 0 0.48 220.26 0.4 0.37
Hex 39 52 85 39 26 0 30 DC 28 25
Octal 71 122 205 71 46 0 60 334 50 45
Binary 111001 1010010 10000101 111001 100110 0 110000 11011100 101000 100101

Color Harmonies of #395285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395285

Black with #395285

Text Example


Text Example

White with #395285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395285; }

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

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

background-color css

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

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

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

border-color css

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

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

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