Html Css Color HEX #395894 Tory Blue

📋 copy color: '#395894'

red 57 ◦ green 88 ◦ blue 148

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

Shades of Tory Blue #395894

Tints of Tory Blue #395894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 19.45%
G = 30.03%
B = 50.51%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#395894 (or 0x395894) is known color: Tory Blue. HEX triplet: 39, 58 and 94. RGB value is (57,88,148). Sum of RGB (Red+Green+Blue) = 57+88+148=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #395894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395894 is #C6A76B. Grayscale: #555555. Windows color (decimal): -13018988 or 9721913. OLE color: 9721913.

HSL color Cylindrical-coordinate representation of color #395894: hue angle of 219.56º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395894 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 88 148 -
CMYK 0.61 0.41 0 0.42
HSL 219.56º 0.44% 0.4% -
HSV(B) 219.56º 0.61% 0.58% -
XYZ 10.52 9.99 29.39 -
YUV 85.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 57 88 148 0.61 0.41 0 0.42 219.56 0.44 0.4
Hex 39 58 94 3D 29 0 2A DC 2C 28
Octal 71 130 224 75 51 0 52 334 54 50
Binary 111001 1011000 10010100 111101 101001 0 101010 11011100 101100 101000

Color Harmonies of #395894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395894

Black with #395894

Text Example


Text Example

White with #395894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395894; }

 p { color: rgb(57,88,148); }

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

background-color css

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

 a { background-color: rgb(57,88,148); }

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

border-color css

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

 span { border-color: rgb(57,88,148); }

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