Html Css Color HEX #385693 Tory Blue

📋 copy color: '#385693'

red 56 ◦ green 86 ◦ blue 147

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

Shades of Tory Blue #385693

Tints of Tory Blue #385693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 147 (57.81% from 255) = 50.87%

R = 19.38%
G = 29.76%
B = 50.87%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385693 (or 0x385693) is known color: Tory Blue. HEX triplet: 38, 56 and 93. RGB value is (56,86,147). Sum of RGB (Red+Green+Blue) = 56+86+147=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #385693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385693 is #C7A96C. Grayscale: #535353. Windows color (decimal): -13085037 or 9655864. OLE color: 9655864.

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

Color convert

RGB 56 86 147 -
CMYK 0.62 0.41 0 0.42
HSL 220.22º 0.45% 0.4% -
HSV(B) 220.22º 0.62% 0.58% -
XYZ 10.23 9.6 28.92 -
YUV 83.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 56 86 147 0.62 0.41 0 0.42 220.22 0.45 0.4
Hex 38 56 93 3E 29 0 2A DC 2D 28
Octal 70 126 223 76 51 0 52 334 55 50
Binary 111000 1010110 10010011 111110 101001 0 101010 11011100 101101 101000

Color Harmonies of #385693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385693

Black with #385693

Text Example


Text Example

White with #385693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385693; }

 p { color: rgb(56,86,147); }

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

background-color css

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

 a { background-color: rgb(56,86,147); }

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

border-color css

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

 span { border-color: rgb(56,86,147); }

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