Html Css Color HEX #385795 Tory Blue

📋 copy color: '#385795'

red 56 ◦ green 87 ◦ blue 149

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

Shades of Tory Blue #385795

Tints of Tory Blue #385795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 19.18%
G = 29.79%
B = 51.03%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385795 (or 0x385795) is known color: Tory Blue. HEX triplet: 38, 57 and 95. RGB value is (56,87,149). Sum of RGB (Red+Green+Blue) = 56+87+149=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #385795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385795 is #C7A86A. Grayscale: #545454. Windows color (decimal): -13084779 or 9787192. OLE color: 9787192.

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

Color convert

RGB 56 87 149 -
CMYK 0.62 0.42 0 0.42
HSL 220º 0.45% 0.4% -
HSV(B) 220º 0.62% 0.58% -
XYZ 10.46 9.83 29.78 -
YUV 84.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 56 87 149 0.62 0.42 0 0.42 220 0.45 0.4
Hex 38 57 95 3E 2A 0 2A DC 2D 28
Octal 70 127 225 76 52 0 52 334 55 50
Binary 111000 1010111 10010101 111110 101010 0 101010 11011100 101101 101000

Color Harmonies of #385795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385795

Black with #385795

Text Example


Text Example

White with #385795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385795; }

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

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

background-color css

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

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

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

border-color css

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

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

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