Html Css Color HEX #395099 Tory Blue

📋 copy color: '#395099'

red 57 ◦ green 80 ◦ blue 153

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

Shades of Tory Blue #395099

Tints of Tory Blue #395099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 19.66%
G = 27.59%
B = 52.76%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#395099 (or 0x395099) is known color: Tory Blue. HEX triplet: 39, 50 and 99. RGB value is (57,80,153). Sum of RGB (Red+Green+Blue) = 57+80+153=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #395099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395099 is #C6AF66. Grayscale: #515151. Windows color (decimal): -13021031 or 10047545. OLE color: 10047545.

HSL color Cylindrical-coordinate representation of color #395099: hue angle of 225.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395099 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 80 153 -
CMYK 0.63 0.48 0 0.4
HSL 225.63º 0.46% 0.41% -
HSV(B) 225.63º 0.63% 0.6% -
XYZ 10.31 8.91 31.31 -
YUV 81.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 57 80 153 0.63 0.48 0 0.4 225.63 0.46 0.41
Hex 39 50 99 3F 30 0 28 E2 2E 29
Octal 71 120 231 77 60 0 50 342 56 51
Binary 111001 1010000 10011001 111111 110000 0 101000 11100010 101110 101001

Color Harmonies of #395099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395099

Black with #395099

Text Example


Text Example

White with #395099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395099; }

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

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

background-color css

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

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

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

border-color css

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

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

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