Html Css Color HEX #395184 Tory Blue

📋 copy color: '#395184'

red 57 ◦ green 81 ◦ blue 132

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

Shades of Tory Blue #395184

Tints of Tory Blue #395184

RGB

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

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

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

R = 21.11%
G = 30%
B = 48.89%

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

#395184 (or 0x395184) is known color: Tory Blue. HEX triplet: 39, 51 and 84. RGB value is (57,81,132). Sum of RGB (Red+Green+Blue) = 57+81+132=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #395184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395184 is #C6AE7B. Grayscale: #4F4F4F. Windows color (decimal): -13020796 or 8671545. OLE color: 8671545.

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

Color convert

RGB 57 81 132 -
CMYK 0.57 0.39 0 0.48
HSL 220.8º 0.4% 0.37% -
HSV(B) 220.8º 0.57% 0.52% -
XYZ 8.79 8.42 22.99 -
YUV 79.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 57 81 132 0.57 0.39 0 0.48 220.8 0.4 0.37
Hex 39 51 84 39 27 0 30 DD 28 25
Octal 71 121 204 71 47 0 60 335 50 45
Binary 111001 1010001 10000100 111001 100111 0 110000 11011101 101000 100101

Color Harmonies of #395184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395184

Black with #395184

Text Example


Text Example

White with #395184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395184; }

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

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

background-color css

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

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

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

border-color css

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

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

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