Html Css Color HEX #395084 Tory Blue

📋 copy color: '#395084'

red 57 ◦ green 80 ◦ blue 132

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

Shades of Tory Blue #395084

Tints of Tory Blue #395084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 21.19%
G = 29.74%
B = 49.07%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#395084 (or 0x395084) is known color: Tory Blue. HEX triplet: 39, 50 and 84. RGB value is (57,80,132). Sum of RGB (Red+Green+Blue) = 57+80+132=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #395084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395084 is #C6AF7B. Grayscale: #4E4E4E. Windows color (decimal): -13021052 or 8671289. OLE color: 8671289.

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

Color convert

RGB 57 80 132 -
CMYK 0.57 0.39 0 0.48
HSL 221.6º 0.4% 0.37% -
HSV(B) 221.6º 0.57% 0.52% -
XYZ 8.72 8.27 22.97 -
YUV 79.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 57 80 132 0.57 0.39 0 0.48 221.6 0.4 0.37
Hex 39 50 84 39 27 0 30 DE 28 25
Octal 71 120 204 71 47 0 60 336 50 45
Binary 111001 1010000 10000100 111001 100111 0 110000 11011110 101000 100101

Color Harmonies of #395084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395084

Black with #395084

Text Example


Text Example

White with #395084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395084; }

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

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

background-color css

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

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

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

border-color css

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

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

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