Html Css Color HEX #385695 Tory Blue

📋 copy color: '#385695'

red 56 ◦ green 86 ◦ blue 149

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

Shades of Tory Blue #385695

Tints of Tory Blue #385695

RGB

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

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

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

R = 19.24%
G = 29.55%
B = 51.2%

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

#385695 (or 0x385695) is known color: Tory Blue. HEX triplet: 38, 56 and 95. RGB value is (56,86,149). Sum of RGB (Red+Green+Blue) = 56+86+149=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #385695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385695 is #C7A96A. Grayscale: #535353. Windows color (decimal): -13085035 or 9786936. OLE color: 9786936.

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

Color convert

RGB 56 86 149 -
CMYK 0.62 0.42 0 0.42
HSL 220.65º 0.45% 0.4% -
HSV(B) 220.65º 0.62% 0.58% -
XYZ 10.38 9.67 29.75 -
YUV 84.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 56 86 149 0.62 0.42 0 0.42 220.65 0.45 0.4
Hex 38 56 95 3E 2A 0 2A DD 2D 28
Octal 70 126 225 76 52 0 52 335 55 50
Binary 111000 1010110 10010101 111110 101010 0 101010 11011101 101101 101000

Color Harmonies of #385695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385695

Black with #385695

Text Example


Text Example

White with #385695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385695; }

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

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

background-color css

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

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

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

border-color css

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

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

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