Html Css Color HEX #395388 Tory Blue

📋 copy color: '#395388'

red 57 ◦ green 83 ◦ blue 136

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

Shades of Tory Blue #395388

Tints of Tory Blue #395388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 20.65%
G = 30.07%
B = 49.28%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395388 (or 0x395388) is known color: Tory Blue. HEX triplet: 39, 53 and 88. RGB value is (57,83,136). Sum of RGB (Red+Green+Blue) = 57+83+136=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #395388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395388 is #C6AC77. Grayscale: #515151. Windows color (decimal): -13020280 or 8934201. OLE color: 8934201.

HSL color Cylindrical-coordinate representation of color #395388: hue angle of 220.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395388 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 83 136 -
CMYK 0.58 0.39 0 0.47
HSL 220.25º 0.41% 0.38% -
HSV(B) 220.25º 0.58% 0.53% -
XYZ 9.22 8.83 24.51 -
YUV 81.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 57 83 136 0.58 0.39 0 0.47 220.25 0.41 0.38
Hex 39 53 88 3A 27 0 2F DC 29 26
Octal 71 123 210 72 47 0 57 334 51 46
Binary 111001 1010011 10001000 111010 100111 0 101111 11011100 101001 100110

Color Harmonies of #395388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395388

Black with #395388

Text Example


Text Example

White with #395388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395388; }

 p { color: rgb(57,83,136); }

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

background-color css

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

 a { background-color: rgb(57,83,136); }

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

border-color css

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

 span { border-color: rgb(57,83,136); }

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