Html Css Color HEX #395097 Tory Blue

📋 copy color: '#395097'

red 57 ◦ green 80 ◦ blue 151

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

Shades of Tory Blue #395097

Tints of Tory Blue #395097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.43%

R = 19.79%
G = 27.78%
B = 52.43%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#395097 (or 0x395097) is known color: Tory Blue. HEX triplet: 39, 50 and 97. RGB value is (57,80,151). Sum of RGB (Red+Green+Blue) = 57+80+151=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #395097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395097 is #C6AF68. Grayscale: #505050. Windows color (decimal): -13021033 or 9916473. OLE color: 9916473.

HSL color Cylindrical-coordinate representation of color #395097: hue angle of 225.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395097 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 80 151 -
CMYK 0.62 0.47 0 0.41
HSL 225.32º 0.45% 0.41% -
HSV(B) 225.32º 0.62% 0.59% -
XYZ 10.14 8.84 30.45 -
YUV 81.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 57 80 151 0.62 0.47 0 0.41 225.32 0.45 0.41
Hex 39 50 97 3E 2F 0 29 E1 2D 29
Octal 71 120 227 76 57 0 51 341 55 51
Binary 111001 1010000 10010111 111110 101111 0 101001 11100001 101101 101001

Color Harmonies of #395097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395097

Black with #395097

Text Example


Text Example

White with #395097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395097; }

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

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

background-color css

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

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

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

border-color css

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

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

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