Html Css Color HEX #395297 Tory Blue

📋 copy color: '#395297'

red 57 ◦ green 82 ◦ blue 151

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

Shades of Tory Blue #395297

Tints of Tory Blue #395297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

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

R = 19.66%
G = 28.28%
B = 52.07%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#395297 (or 0x395297) is known color: Tory Blue. HEX triplet: 39, 52 and 97. RGB value is (57,82,151). Sum of RGB (Red+Green+Blue) = 57+82+151=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #395297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395297 is #C6AD68. Grayscale: #525252. Windows color (decimal): -13020521 or 9916985. OLE color: 9916985.

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

Color convert

RGB 57 82 151 -
CMYK 0.62 0.46 0 0.41
HSL 224.04º 0.45% 0.41% -
HSV(B) 224.04º 0.62% 0.59% -
XYZ 10.29 9.14 30.5 -
YUV 82.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 57 82 151 0.62 0.46 0 0.41 224.04 0.45 0.41
Hex 39 52 97 3E 2E 0 29 E0 2D 29
Octal 71 122 227 76 56 0 51 340 55 51
Binary 111001 1010010 10010111 111110 101110 0 101001 11100000 101101 101001

Color Harmonies of #395297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395297

Black with #395297

Text Example


Text Example

White with #395297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395297; }

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

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

background-color css

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

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

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

border-color css

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

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

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