Html Css Color HEX #395094 Tory Blue

📋 copy color: '#395094'

red 57 ◦ green 80 ◦ blue 148

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

Shades of Tory Blue #395094

Tints of Tory Blue #395094

RGB

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

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

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

R = 20%
G = 28.07%
B = 51.93%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#395094 (or 0x395094) is known color: Tory Blue. HEX triplet: 39, 50 and 94. RGB value is (57,80,148). Sum of RGB (Red+Green+Blue) = 57+80+148=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #395094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395094 is #C6AF6B. Grayscale: #505050. Windows color (decimal): -13021036 or 9719865. OLE color: 9719865.

HSL color Cylindrical-coordinate representation of color #395094: hue angle of 224.84º 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 #395094 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 80 148 -
CMYK 0.61 0.46 0 0.42
HSL 224.84º 0.44% 0.4% -
HSV(B) 224.84º 0.61% 0.58% -
XYZ 9.9 8.75 29.18 -
YUV 80.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 57 80 148 0.61 0.46 0 0.42 224.84 0.44 0.4
Hex 39 50 94 3D 2E 0 2A E1 2C 28
Octal 71 120 224 75 56 0 52 341 54 50
Binary 111001 1010000 10010100 111101 101110 0 101010 11100001 101100 101000

Color Harmonies of #395094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395094

Black with #395094

Text Example


Text Example

White with #395094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395094; }

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

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

background-color css

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

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

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

border-color css

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

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

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