Html Css Color HEX #385595 Tory Blue

📋 copy color: '#385595'

red 56 ◦ green 85 ◦ blue 149

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

Shades of Tory Blue #385595

Tints of Tory Blue #385595

RGB

 RED value IS 56 (22.27% from 255) = 19.31%

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 19.31%
G = 29.31%
B = 51.38%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385595 (or 0x385595) is known color: Tory Blue. HEX triplet: 38, 55 and 95. RGB value is (56,85,149). Sum of RGB (Red+Green+Blue) = 56+85+149=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #385595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385595 is #C7AA6A. Grayscale: #535353. Windows color (decimal): -13085291 or 9786680. OLE color: 9786680.

HSL color Cylindrical-coordinate representation of color #385595: hue angle of 221.29º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385595 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 85 149 -
CMYK 0.62 0.43 0 0.42
HSL 221.29º 0.45% 0.4% -
HSV(B) 221.29º 0.62% 0.58% -
XYZ 10.3 9.51 29.73 -
YUV 83.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 56 85 149 0.62 0.43 0 0.42 221.29 0.45 0.4
Hex 38 55 95 3E 2B 0 2A DD 2D 28
Octal 70 125 225 76 53 0 52 335 55 50
Binary 111000 1010101 10010101 111110 101011 0 101010 11011101 101101 101000

Color Harmonies of #385595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385595

Black with #385595

Text Example


Text Example

White with #385595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385595; }

 p { color: rgb(56,85,149); }

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

background-color css

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

 a { background-color: rgb(56,85,149); }

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

border-color css

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

 span { border-color: rgb(56,85,149); }

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